From f567adb68ada4bc4fc3c7536e6f5f48ed786c400 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 22 Jun 2026 15:23:21 +0700 Subject: [PATCH] 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) --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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