From d436d3412c53ab60daaf09da45b954dd82138895 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 15 Oct 2013 09:34:41 -0700 Subject: [PATCH] Updated usb regs (markdown) --- usb-regs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usb-regs.md b/usb-regs.md index 837091d..a2e0056 100644 --- a/usb-regs.md +++ b/usb-regs.md @@ -1,7 +1,7 @@ Assumptions made on source code: -* looks like USB block is [FUSB200](http://www.faraday-tech.com/techDocument/FUSB200_ProductBrief_v1_2.pdf). -* We have 15 Enddpoints and 15 FIFO buffers. -* **FIFO0 - FIFO13, 512 Byte each? FIFO14 - FIFO15 - 64 Byte each?** +* looks like USB block is Faraday [FUSB200](http://www.faraday-tech.com/techDocument/FUSB200_ProductBrief_v1_2.pdf). +* We have 15 Endpoints and 15 FIFO buffers. +* **FIFO0 - FIFO13, 512 Byte each. FIFO14 - FIFO15 - 64 Byte each.** * location of usb descriptor target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/hif/usb/src/usb_table.c # EP layout vs software/reg layout -- 2.25.1