summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Leech <andrew.leech@planetinnovation.com.au>2023-06-26 11:53:28 +1000
committerDamien George <damien@micropython.org>2024-10-09 23:29:38 +1100
commit6d799378bad4474e77ddb2fa2187ecd6e290e0ba (patch)
tree4613734f9e13dfe20fa538cec0486750373982f6 /README.md
parente5eeaa7df894b5062c189f5d8da44c67550cf43a (diff)
downloadmicropython-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c71fa4b1dd..c78a238460 100644
--- a/README.md
+++ b/README.md
@@ -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.