diff options
| author | sakumisu <[email protected]> | 2022-05-29 15:32:29 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-05-29 15:49:46 +0800 |
| commit | 9248fe04cc785468397644c084ed759fb151d633 (patch) | |
| tree | e94cc595b9a4829a202dff944fbc6e9aad18f664 | |
| parent | 07012ee1c1adb3d003a3ab8660fb6ad9c7fab3f2 (diff) | |
update readme
| -rw-r--r-- | README.md | 22 | ||||
| -rw-r--r-- | README_zh.md | 22 |
2 files changed, 22 insertions, 22 deletions
@@ -107,16 +107,16 @@ USB basic concepts and how the CherryUSB Device stack is implemented, see [Cherr ## Demo Repo -| Manufacturer | CHIP | USB IP| repo url | +| Manufacturer | CHIP or Series | 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)| +|Bouffalolab | BL702 | bouffalolab|[bl_mcu_sdk](https://github.com/bouffalolab/bl_mcu_sdk/tree/master/examples/usb)| +|Essemi | ES32F36xx | 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 +|ST | STM32F103C8T6 | fsdev |[stm32f103_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/stm32/usb_device/stm32f103c8t6)| +|ST | 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)| +|WCH | CH32V307 | ch32_usbfs |[ch32v307_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/ch32/usb_device/CH32V307VCT6)| +|WCH | CH57x | ch58x |[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)| +|Geehy | APM32E10x APM32F0xx| fsdev |[apm32_repo](https://github.com/CherryUSB/cherryusb_apm32)| +|Mindmotion | 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 d7f9f99f..6f2b8102 100644 --- a/README_zh.md +++ b/README_zh.md @@ -106,16 +106,16 @@ USB 基本知识点与 CherryUSB Device 协议栈是如何编写的,参考 [Ch ## 示例仓库 -| 厂商 | 代表芯片 | USB IP| 仓库链接 | +| 厂商 | 芯片或者系列 | 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)| +|Bouffalolab | BL702 | bouffalolab|[bl_mcu_sdk](https://github.com/bouffalolab/bl_mcu_sdk/tree/master/examples/usb)| +|Essemi | ES32F36xx | 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 +|ST | STM32F103C8T6 | fsdev |[stm32f103_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/stm32/usb_device/stm32f103c8t6)| +|ST | 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)| +|WCH | CH32V307 | ch32_usbfs |[ch32v307_repo](https://github.com/sakumisu/CherryUSB/tree/master/demo/ch32/usb_device/CH32V307VCT6)| +|WCH | CH57x | ch58x |[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)| +|Geehy | APM32E10x APM32F0xx| fsdev |[apm32_repo](https://github.com/CherryUSB/cherryusb_apm32)| +|Mindmotion | MM32L3xx | mm32 |[mm32_repo](https://github.com/CherryUSB/cherryusb_mm32)|
\ No newline at end of file |
