diff options
| author | HiFiPhile <[email protected]> | 2026-03-14 09:00:13 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-03-14 09:18:29 +0100 |
| commit | 925bf6ba30d3473f5eeb6610f47986ac2510d64b (patch) | |
| tree | b133a4bf1c0a77d6ec815527a5c092fc1372e627 | |
| parent | 8b59e6234dfe34f4d0658cea43b338eb04efa3c5 (diff) | |
fix readme
Signed-off-by: HiFiPhile <[email protected]>
| -rw-r--r-- | README.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.rst b/README.rst index ba42a7afe..fe260f72f 100644 --- a/README.rst +++ b/README.rst @@ -82,7 +82,7 @@ Device Stack Supports multiple device configurations by dynamically changing USB descriptors, low power functions such like suspend, resume, and remote wakeup. The following device classes are supported: -- Audio Class 2.0 (UAC2) +- Audio Class 1.0/2.0 (UAC1/UAC2) - Bluetooth Host Controller Interface (BTH HCI) - Communication Device Class (CDC) - Device Firmware Update (DFU): DFU mode (WIP) and Runtime @@ -154,11 +154,9 @@ Supported CPUs +--------------+-----------------------------+--------+------+-----------+------------------------+--------------------+ | Dialog | DA1469x | ✔ | ✖ | ✖ | da146xx | | +--------------+-----------------------------+--------+------+-----------+------------------------+--------------------+ -| Espressif | S2, S3 | ✔ | ✔ | ✖ | dwc2 | | +| Espressif | S2, S3, H4 | ✔ | ✔ | ✖ | dwc2 | | | ESP32 +-----------------------------+--------+------+-----------+------------------------+--------------------+ | | P4 | ✔ | ✔ | ✔ | dwc2 | | -| +-----------------------------+--------+------+-----------+------------------------+--------------------+ -| | H4 | ✔ | ✔ | ✖ | dwc2 | | +--------------+-----------------------------+--------+------+-----------+------------------------+--------------------+ | GigaDevice | GD32VF103 | ✔ | | ✖ | dwc2 | | +--------------+-----------------------------+--------+------+-----------+------------------------+--------------------+ @@ -206,8 +204,8 @@ Supported CPUs | | +-------------------+--------+------+-----------+------------------------+--------------------+ | | | 51u | ✔ | ✖ | ✖ | lpc_ip3511 | | | | +-------------------+--------+------+-----------+------------------------+--------------------+ -| | | 54 | ⚠ | ⚠ | ✔ | lpc_ip3511, lpc_ip3516 | NRND, read errata | -| | +-------------------+--------+------+-----------+------------------------+-------------------+ +| | | 54 | ⚠ | ⚠ | ✔ | lpc_ip3511, lpc_ip3516 | NRND, read errata | +| | +-------------------+--------+------+-----------+------------------------+--------------------+ | | | 55 | ✔ | ✔ | ✔ | lpc_ip3511, lpc_ip3516 | | | +---------+-------------------+--------+------+-----------+------------------------+--------------------+ | | MCX | N9 | ✔ | | ✔ | ci_fs, ci_hs, ehci | | |
