diff options
author | Andrew Leech <andrew.leech@planetinnovation.com.au> | 2023-06-26 11:53:28 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-10-09 23:29:38 +1100 |
commit | 6d799378bad4474e77ddb2fa2187ecd6e290e0ba (patch) | |
tree | 4613734f9e13dfe20fa538cec0486750373982f6 /README.md | |
parent | e5eeaa7df894b5062c189f5d8da44c67550cf43a (diff) | |
download | micropython-6d799378bad4474e77ddb2fa2187ecd6e290e0ba.tar.gz micropython-6d799378bad4474e77ddb2fa2187ecd6e290e0ba.zip |
esp32: Add support for esp32c6.
This commit adds general support for ESP32-C6 SoCs.
Signed-off-by: Andrew Leech <andrew@alelec.net>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ track of the code size of the core runtime and VM. In addition, the following ports are provided in this repository: - [cc3200](ports/cc3200) -- Texas Instruments CC3200 (including PyCom WiPy). - - [esp32](ports/esp32) -- Espressif ESP32 SoC (including ESP32S2, ESP32S3, ESP32C3). + - [esp32](ports/esp32) -- Espressif ESP32 SoC (including ESP32S2, ESP32S3, ESP32C3, ESP32C6). - [esp8266](ports/esp8266) -- Espressif ESP8266 SoC. - [mimxrt](ports/mimxrt) -- NXP m.iMX RT (including Teensy 4.x). - [nrf](ports/nrf) -- Nordic Semiconductor nRF51 and nRF52. |