10000 update readme · syntheticfuture/circuitpython@0de6107 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0de6107

Browse files
committed
update readme
1 parent bc014ce commit 0de6107

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,18 @@ amongst ports including CircuitPython:
199199
Ports
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
================ ============================================================
206205
Supported Support status
207206
================ ============================================================
208207
atmel-samd ``SAMD21`` stable | ``SAMD51`` stable
209208
cxd56 stable
210-
esp32s2 beta
209+
esp32s2 stable
211210
litex alpha
212211
mimxrt10xx alpha
213212
nrf stable
214-
raspberrypi beta
213+
raspberrypi stable
215214
stm ``F4`` stable | ``others`` beta
216215
unix 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

0 commit comments

Comments
 (0)
0