summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-09-18 17:32:07 +0800
committersakumisu <[email protected]>2022-09-18 17:32:07 +0800
commit554a85ac6c418e9ff0690f5100a75c1043d60f97 (patch)
treecd13efef82e9a64cd44ed946c1f1afd99a8b5bd9
parent91b665441bc84391ac4ff15c250b21b23ad0f5b3 (diff)
add ehci readme
-rw-r--r--port/ehci/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/port/ehci/README.md b/port/ehci/README.md
new file mode 100644
index 00000000..b5a87d2a
--- /dev/null
+++ b/port/ehci/README.md
@@ -0,0 +1,26 @@
+# Note
+
+## Support Chip List
+
+### BouffaloLab
+
+- BouffaloLab BL616/BL808
+
+### HPMicro
+
+- HPM all series
+
+### AllwinnerTech
+
+- F133
+
+### Nuvoton
+
+- Nuvoton all series
+
+## Before Use
+
+Your should implement `usb_hc_low_level_init`.
+- Enable USB PHY态USB clock and set USB clock for 48M.
+- Enable usb irq
+- Config EHCI BASE and other macros in `cherryusb_config_tempate.h` \ No newline at end of file