update readme

This commit is contained in:
microDev 2021-06-05 10:15:57 +05:30
parent bc014cecb5
commit 0de61075e4
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730

View File

@ -199,19 +199,18 @@ amongst ports including CircuitPython:
Ports Ports
~~~~~ ~~~~~
Ports include the code unique to a microcontroller line and also Ports include the code unique to a microcontroller line.
variations based on the board.
================ ============================================================ ================ ============================================================
Supported Support status Supported Support status
================ ============================================================ ================ ============================================================
atmel-samd ``SAMD21`` stable | ``SAMD51`` stable atmel-samd ``SAMD21`` stable | ``SAMD51`` stable
cxd56 stable cxd56 stable
esp32s2 beta esp32s2 stable
litex alpha litex alpha
mimxrt10xx alpha mimxrt10xx alpha
nrf stable nrf stable
raspberrypi beta raspberrypi stable
stm ``F4`` stable | ``others`` beta stm ``F4`` stable | ``others`` beta
unix alpha unix alpha
================ ============================================================ ================ ============================================================
@ -220,8 +219,13 @@ unix alpha
- ``beta`` Being actively improved but may be missing functionality and have bugs. - ``beta`` Being actively improved but may be missing functionality and have bugs.
- ``alpha`` Will have bugs and missing functionality. - ``alpha`` Will have bugs and missing functionality.
The remaining port directories not listed above are in the repo to maintain compatibility with the Boards
`MicroPython <https://github.com/micropython/micropython>`__ parent project. ~~~~~~
- Each ``port`` has a ``boards`` directory containing variations of boards
which belong to a specific microcontroller line.
- A list of native modules supported by a particular board can be found
`here <https://circuitpython.readthedocs.io/en/latest/shared-bindings/support_matrix.html>`__.
`Back to Top <#circuitpython>`__ `Back to Top <#circuitpython>`__