summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-05-27 22:52:37 +0800
committersakumisu <[email protected]>2022-05-27 22:57:45 +0800
commitc3875eca7dd18349314002000c6b00296dcb2c21 (patch)
tree3a05f0b80e55dc78758e4d99416327de92f4a41a
parentd520e596ad98373445f6977e961c4f96bea34280 (diff)
update demo url
-rw-r--r--README.md18
-rw-r--r--README_zh.md18
2 files changed, 34 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6b15998e..e6b70199 100644
--- a/README.md
+++ b/README.md
@@ -103,4 +103,20 @@ USB basic concepts and how the CherryUSB Device stack is implemented, see [Cherr
## Graphical Config Tool
-[chryusb_configurator](https://github.com/Egahp/chryusb_configurator) is written in **electron + vite2 + ts** framework,currently used to automate the generation of descriptor arrays, with additional functionality to be added later. \ No newline at end of file
+[chryusb_configurator](https://github.com/Egahp/chryusb_configurator) is written in **electron + vite2 + ts** framework,currently used to automate the generation of descriptor arrays, with additional functionality to be added later.
+
+## Demo Repo
+
+| Manufacturer | CHIP | USB IP| repo url |
+|:-------------:|:----------:|:----------:|:----------:|
+|bouffalolab | BL702 | bouffalolab|[bl_mcu_sdk](https://github.com/bouffalolab/bl_mcu_sdk/tree/master/examples/usb)|
+|ES32 | ES32F369x | musb |[es32f369_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/es32)|
+|AllwinnerTech | F1C100S | musb |[cherryusb_rtt_f1c100s](https://github.com/CherryUSB/cherryusb_rtt_f1c100s)|
+|STM32 | STM32F103C8T6 | fsdev |[stm32f103_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/stm32/usb_device/stm32f103c8t6)|
+|STM32 | STM32F429IGT6 | synopsys/dwc2 |[stm32f429_device_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/stm32/usb_device/stm32f429igt6) [stm32f429_host_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/stm32/usb_host/stm32f429igt6)|
+|CH32 | CH32V307 | ch32 |[ch32v307_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/ch32/usb_device/CH32V307VCT6)|
+|CH32 | CH57x | ch32 |[ch57x_repo](https://github.com/CherryUSB/cherryusb_ch57x)|
+|Nuvoton | nuc442 | nuvoton |[nuc442_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/nuvoton/usb_device/nuc442)|
+|Nordicsemi | nrf52840 | nrf5x |[nrf5x_repo](https://github.com/CherryUSB/cherryusb_nrf5x)|
+|APM32 | apm32exx | fsdev |[apm32_repo](https://github.com/CherryUSB/cherryusb_apm32)|
+|MM32 | mm32l3xx | mm32 |[mm32_repo](https://github.com/CherryUSB/cherryusb_mm32)| \ No newline at end of file
diff --git a/README_zh.md b/README_zh.md
index 522bc98d..d7f9f99f 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -102,4 +102,20 @@ USB 基本知识点与 CherryUSB Device 协议栈是如何编写的,参考 [Ch
## 图形化界面配置工具
-[chryusb_configurator](https://github.com/Egahp/chryusb_configurator) 采用 **electron + vite2 + ts** 框架编写,当前用于自动化生成描述符数组,后续会增加其他功能。 \ No newline at end of file
+[chryusb_configurator](https://github.com/Egahp/chryusb_configurator) 采用 **electron + vite2 + ts** 框架编写,当前用于自动化生成描述符数组,后续会增加其他功能。
+
+## 示例仓库
+
+| 厂商 | 代表芯片 | USB IP| 仓库链接 |
+|:-------------:|:----------:|:----------:|:----------:|
+|bouffalolab | BL702 | bouffalolab|[bl_mcu_sdk](https://github.com/bouffalolab/bl_mcu_sdk/tree/master/examples/usb)|
+|ES32 | ES32F369x | musb |[es32f369_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/es32)|
+|AllwinnerTech | F1C100S | musb |[cherryusb_rtt_f1c100s](https://github.com/CherryUSB/cherryusb_rtt_f1c100s)|
+|STM32 | STM32F103C8T6 | fsdev |[stm32f103_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/stm32/usb_device/stm32f103c8t6)|
+|STM32 | STM32F429IGT6 | synopsys/dwc2 |[stm32f429_device_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/stm32/usb_device/stm32f429igt6) [stm32f429_host_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/stm32/usb_host/stm32f429igt6)|
+|CH32 | CH32V307 | ch32 |[ch32v307_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/ch32/usb_device/CH32V307VCT6)|
+|CH32 | CH57x | ch32 |[ch57x_repo](https://github.com/CherryUSB/cherryusb_ch57x)|
+|Nuvoton | nuc442 | nuvoton |[nuc442_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/nuvoton/usb_device/nuc442)|
+|Nordicsemi | nrf52840 | nrf5x |[nrf5x_repo](https://github.com/CherryUSB/cherryusb_nrf5x)|
+|APM32 | apm32exx | fsdev |[apm32_repo](https://github.com/CherryUSB/cherryusb_apm32)|
+|MM32 | mm32l3xx | mm32 |[mm32_repo](https://github.com/CherryUSB/cherryusb_mm32)| \ No newline at end of file