diff options
| author | sakumisu <[email protected]> | 2024-11-27 19:49:31 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-11-27 20:17:05 +0800 |
| commit | 015aa774879792d42d8d358a6814585f1f64303d (patch) | |
| tree | 723136b51aa9cea9f7ce4d1429b643c7ca334263 /docs/source/quick_start | |
| parent | 4416dfa5cf35ff23dc7c7ef46a4b2b7d7c698109 (diff) | |
docs: update rst
Diffstat (limited to 'docs/source/quick_start')
| -rw-r--r-- | docs/source/quick_start/demo.rst | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/docs/source/quick_start/demo.rst b/docs/source/quick_start/demo.rst index a108143f..7dd15d3f 100644 --- a/docs/source/quick_start/demo.rst +++ b/docs/source/quick_start/demo.rst @@ -33,9 +33,32 @@ 仓库参考:https://gitee.com/phytium_embedded/phytium-free-rtos-sdk -- 飞腾派支持两个 USB3.0 主机, 两个 USB2.0 主从机 +- 飞腾派支持两个 USB3.0 主机(采用 XHCI), 两个 USB2.0 主从机 - USB 的相关应用位于 `example/peripheral/usb` ,根据官方环境搭建完成后,即可编译使用。 +基于 Essemi 系列芯片 +--------------------------- + +仓库参考:https://github.com/CherryUSB/cherryusb_es32 + +- 支持全速和高速主从机 + +基于 NXP MCX系列芯片 +--------------------------- + +仓库参考:https://github.com/CherryUSB/cherryusb_mcx 或者 https://github.com/RT-Thread/rt-thread/tree/master/bsp/nxp/mcx + +- 支持全速 IP 和高速 IP, 高速 IP 支持主机和从机 + +- 支持全速和高速主从机 + +基于 Artinchip 系列芯片 +--------------------------- + +仓库参考:https://gitee.com/artinchip/luban-lite + +- 支持全速和高速主从机,主机采用 EHCI + OHCI。 + 基于 ST 系列芯片 --------------------------- |
