From 881c465975194c772b1606e87f7e5878608fe809 Mon Sep 17 00:00:00 2001 From: Bill Sideris Date: Sun, 31 Dec 2023 17:19:47 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c336fc9b..d11a4865 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Currently the supported boards are:
But it can probably run on many more.

-The currently stable supported MCU's are: ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ESP32-C6, RP2040, nRF52840.
-The currently unsupported CircuitPython-compatible MCU families are: SAMD21, SAMD51, litex, mimxrt10xx, efr32, stm, unix.
+The currently stable supported MCUs are: ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ESP32-C6, RP2040, nRF52840.
+The currently unsupported CircuitPython-compatible MCU families / CircuitPython platforms are: SAMD21, SAMD51, litex, mimxrt10xx, efr32, stm, unix.
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 ljinux.

The only real limiting factor should be ram, as about 70k (usable under circuitpython) are needed.