From 8d263802f2472ecb9ee6edc5070c52306ffde4b0 Mon Sep 17 00:00:00 2001 From: Bill Sideris Date: Wed, 5 Jun 2024 19:25:24 +0300 Subject: [PATCH] Add c2 as "experiemental support" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b408c1c..c0f9a6b4 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Espressif:
- Firebeetle 2 ESP32-S3
- M5Stack Cardputer (Requires 9.1.0-beta1 or later)
- M5Stack Timer Camera X
+ - NodeMcu ESP32-C2 (experimental support)
- Wemos Lolin S2 Mini
- WeAct ESP32-C6
- Waveshare ESP32-S2-Pico
@@ -59,7 +60,7 @@ SAMD:
But it can probably run on many more.

The currently stable supported MCUs are: ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ESP32-C6, RP2040, nRF52840, SAMD51.
-The currently unstable MCUs are: ESP32-C2.
+The currently unstable MCUs (experimental support) are: ESP32-C2.
The currently unsupported CircuitPython-compatible MCU families / CircuitPython platforms are: SAMD21, litex, mimxrt10xx, efr32, stm.
The MCU's that are currently unsupported are so because I either can't get my hands on a decent board with them or they don't have enough ram for it.