File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -199,19 +199,18 @@ amongst ports including CircuitPython:
199199Ports
200200~~~~~
201201
202- Ports include the code unique to a microcontroller line and also
203- variations based on the board.
202+ Ports include the code unique to a microcontroller line.
204203
205204================ ============================================================
206205Supported Support status
207206================ ============================================================
208207atmel-samd ``SAMD21 `` stable | ``SAMD51 `` stable
209208cxd56 stable
210- esp32s2 beta
209+ esp32s2 stable
211210litex alpha
212211mimxrt10xx alpha
213212nrf stable
214- raspberrypi beta
213+ raspberrypi stable
215214stm ``F4 `` stable | ``others `` beta
216215unix alpha
217216================ ============================================================
@@ -220,8 +219,13 @@ unix alpha
220219- ``beta `` Being actively improved but may be missing functionality and have bugs.
221220- ``alpha `` Will have bugs and missing functionality.
222221
223- The remaining port directories not listed above are in the repo to maintain compatibility with the
224- `MicroPython <https://github.com/micropython/micropython >`__ parent project.
222+ Boards
223+ ~~~~~~
224+
225+ - Each ``port `` has a ``boards `` directory containing variations of boards
226+ which belong to a specific microcontroller line.
227+ - A list of native modules supported by a particular board can be found
228+ `here <https://circuitpython.readthedocs.io/en/latest/shared-bindings/support_matrix.html >`__.
225229
226230`Back to Top <#circuitpython >`__
227231
You can’t perform that action at this time.
0 commit comments