Skip to content

Commit

Permalink
readme spiceup spiceup
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Aug 11, 2023
1 parent 7b9143f commit c0e2e1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ At the moment the supported boards are:<br />
- M5Stack Timer Camera X<br />

But it can probably run on many more.<br />
<br />
The currently stable supported MCU's are: <code>ESP32</code>, <code>ESP32-S2</code>, <code>ESP32-S3</code>, <code>RP2040</code>, <code>nRF52840</code>.<br />
The currently unstable supported MCU's are: <code>ESP32-C3</code>.<br />
The currently unsupported CircuitPython-compatible MCU families are: <code>SAMD21</code>, <code>SAMD51</code>, <code>litex</code>, <code>mimxrt10xx</code>, <code>efr32</code>, <code>stm</code>, <code>unix</code>.<br />
These MCU's are unsupported because I either can't get my hands on a decent board with them or they don't have enough ram for ljinux.<br />
<br />
The only real limiting factor should be ram, as about 70k (usable under circuitpython) are needed.<br />
<i>(If you have gotten it running on an unsupported board, feel free to pr)</i><br />

Expand Down

0 comments on commit c0e2e1c

Please sign in to comment.