diff options
| author | hathach <[email protected]> | 2026-06-22 15:23:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-22 15:23:21 +0700 |
| commit | f567adb68ada4bc4fc3c7536e6f5f48ed786c400 (patch) | |
| tree | f6a39ae7addcfbc3f8ec92da4fe1469778108bda | |
| parent | eda704ca1acef9691b51e17026765f497b1fffbe (diff) | |
docs: add WCH CH32V103 and CH583/CH582 to the supported MCU table
Both run on the shared ch32_usbfs device driver (full-speed). CH32V103 is the older
combined-control USBFS IP; CH583/CH582 (ch583 family) is device-only in this port.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
| -rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 38a77f8f6..ea71e1adc 100644 --- a/README.rst +++ b/README.rst @@ -310,6 +310,10 @@ Supported CPUs | | CH32V20x | 🟡 | | ❌ | stm32_fsdev/ch32_usbfs | ISO data loss [2]_ | | +-----------------------------+--------+------+-----------+------------------------+--------------------+ | | CH32V305, CH32V307 | 🟡 | | ✅ | ch32_usbfs/hs | ISO data loss [2]_ | +| +-----------------------------+--------+------+-----------+------------------------+--------------------+ +| | CH32V103 | 🟡 | | ❌ | ch32_usbfs | ISO data loss [2]_ | +| +-----------------------------+--------+------+-----------+------------------------+--------------------+ +| | CH583, CH582 | 🟡 | | ❌ | ch32_usbfs | Device only | +--------------+-----------------------------+--------+------+-----------+------------------------+--------------------+ Table Legend |
