File tree 1 file changed +10
-6
lines changed 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:
199
199
Ports
200
200
~~~~~
201
201
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.
204
203
205
204
================ ============================================================
206
205
Supported Support status
207
206
================ ============================================================
208
207
atmel-samd ``SAMD21 `` stable | ``SAMD51 `` stable
209
208
cxd56 stable
210
- esp32s2 beta
209
+ esp32s2 stable
211
210
litex alpha
212
211
mimxrt10xx alpha
213
212
nrf stable
214
- raspberrypi beta
213
+ raspberrypi stable
215
214
stm ``F4 `` stable | ``others `` beta
216
215
unix alpha
217
216
================ ============================================================
@@ -220,8 +219,13 @@ unix alpha
220
219
- ``beta `` Being actively improved but may be missing functionality and have bugs.
221
220
- ``alpha `` Will have bugs and missing functionality.
222
221
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 >`__.
225
229
226
230
`Back to Top <#circuitpython >`__
227
231
You can’t perform that action at this time.
0 commit comments