diff options
| author | sakumisu <[email protected]> | 2025-02-09 15:32:32 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-02-09 15:33:53 +0800 |
| commit | 20c298b6bafd0dabe6c1147eef00ea5d14e25183 (patch) | |
| tree | f54951c69211a8e4706e4d74ea6f9b8c0a54d702 | |
| parent | 0c5d2ad72968facc35d080db40af41a1164ee135 (diff) | |
docs: update readme
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 | ||||
| -rw-r--r-- | port/dwc2/README.md | 4 | ||||
| -rw-r--r-- | port/fsdev/README.md | 5 | ||||
| -rw-r--r-- | port/rp2040/README.md | 5 |
5 files changed, 10 insertions, 8 deletions
@@ -103,7 +103,7 @@ CherryUSB Host Stack has the following functions: - Automatic loading of supported Class drivers - Support blocking transfers and asynchronous transfers - Support Composite Device -- Multi-level HUB support, expandable up to 7 levels(Testing hub with 10 ports works well,only support dwc2 and ehci now) +- Multi-level HUB support, expandable up to 7 levels(Testing hub with 10 ports works well,only support dwc2/ehci/xhci/rp2040) - Support Communication Device Class (CDC_ACM, CDC_ECM) - Support Human Interface Device (HID) - Support Mass Storage Class (MSC) diff --git a/README_zh.md b/README_zh.md index b8888ac7..fde84e78 100644 --- a/README_zh.md +++ b/README_zh.md @@ -103,7 +103,7 @@ CherryUSB Host 协议栈当前实现以下功能: - 自动加载支持的Class 驱动 - 支持阻塞式传输和异步传输 - 支持复合设备 -- 支持多级 HUB,最高可拓展到 7 级(目前测试 1拖 10 没有问题,当前仅支持 dwc2 和 ehci) +- 支持多级 HUB,最高可拓展到 7 级(目前测试 1拖 10 没有问题,仅支持 dwc2/ehci/xhci/rp2040) - 支持 Communication Device Class (CDC_ACM, CDC_ECM) - 支持 Human Interface Device (HID) - 支持 Mass Storage Class (MSC) diff --git a/port/dwc2/README.md b/port/dwc2/README.md index 3218b31c..b35a7a03 100644 --- a/port/dwc2/README.md +++ b/port/dwc2/README.md @@ -27,7 +27,7 @@ CONFIG_USBDEV_EP_NUM 必须为4 或者 6,并删除 usb_dc_dwc2.c 中 while(1){ - GD32F30X_CL - GD32F405、GD32F407 -- GD32F450 +- GD32F350、GD32F450 ## HC32 @@ -35,7 +35,7 @@ CONFIG_USBDEV_EP_NUM 必须为4 或者 6,并删除 usb_dc_dwc2.c 中 while(1){ ## Espressif -- ESP32S2、ESP32S3 +- ESP32S2、ESP32S3、ESP32P4 ## Sophgo diff --git a/port/fsdev/README.md b/port/fsdev/README.md index ecb9c33c..95e9ac2e 100644 --- a/port/fsdev/README.md +++ b/port/fsdev/README.md @@ -23,10 +23,7 @@ ## GD32 -- GD32F10X_MD、GD32F10X_HD、GD32F10X_XD -- GD32F30X_HD、GD32F30X_XD -- GD32F350 -- GD32F407 +- GD32F10X ## CH32 diff --git a/port/rp2040/README.md b/port/rp2040/README.md new file mode 100644 index 00000000..64887e36 --- /dev/null +++ b/port/rp2040/README.md @@ -0,0 +1,5 @@ +# Note + +## Support Chip List + +- RP2040/RP2350
\ No newline at end of file |
