diff options
| author | Zixun LI <[email protected]> | 2025-09-20 13:48:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-20 13:48:22 +0200 |
| commit | ff0047066e20da7af07547161b8846647d71ad8d (patch) | |
| tree | e28deba5f403a54e33a31a94665612272f13b6a3 | |
| parent | fd2cd3fc230fd81f2fba7b9c8eacb0e14b4e042d (diff) | |
| parent | 7463705e7959e404892e974423c057b7a46eef5f (diff) | |
Merge pull request #3258 from Isoheptane/patch-1
Fix table display issue in README.rst
| -rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 4a17e1d1f..d089bc3be 100644 --- a/README.rst +++ b/README.rst @@ -122,11 +122,11 @@ Supported CPUs | Dialog | DA1469x | ✔ | ✖ | ✖ | da146xx | | +--------------+-----------------------------+--------+------+-----------+------------------------+-------------------+ | Espressif | S2, S3 | ✔ | ✔ | ✖ | dwc2 or esp32sx | | -| ESP32 +-----------------------------+--------+------+-----------+------------------------+-------------------+ +| ESP32 +-----------------------------+--------+------+-----------+------------------------+-------------------+ | | P4 | ✔ | ✔ | ✔ | dwc2 | | - +-----------------------------+--------+------+-----------+------------------------+-------------------+ +| +-----------------------------+--------+------+-----------+------------------------+-------------------+ | | H4 | ✔ | ✔ | ✖ | dwc2 | | -+--------------+----+------------------------+--------+------+-----------+------------------------+-------------------+ ++--------------+-----------------------------+--------+------+-----------+------------------------+-------------------+ | GigaDevice | GD32VF103 | ✔ | | ✖ | dwc2 | | +--------------+-----------------------------+--------+------+-----------+------------------------+-------------------+ | Infineon | XMC4500 | ✔ | ✔ | ✖ | dwc2 | | |
