diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-05-04 17:26:59 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-05-04 17:26:59 -0400 |
| commit | bae7a5e4337bd7a05af6f68e7668c39dd78fa1e1 (patch) | |
| tree | 8fdd5d8b512fd0eaa5d81929155cec61184020af /docs | |
| parent | d6c6f9f4f080d60716b148aed951462a065074d2 (diff) | |
| parent | 4d7e341e44ac40d18e947643ab925cbd7812cd36 (diff) | |
make translate again
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/supported_ports.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/supported_ports.rst b/docs/supported_ports.rst index bd237fb5d..09571afb6 100644 --- a/docs/supported_ports.rst +++ b/docs/supported_ports.rst @@ -1,14 +1,19 @@ Supported Ports ============================== -Adafruit's CircuitPython currently has limited support with a focus on supporting the Atmel SAMD -and ESP8266. +CircuitPython supports a number of microcontroller families. Support quality for each varies +depending on the active contributors for each port. + +Adafruit sponsored developers are actively contributing to atmel-samd, mimxrt10xx, nrf and stm +ports. They also maintain the other ports in order to ensure the boards build. Additional testing +is limited. .. toctree:: :maxdepth: 2 ../ports/atmel-samd/README + ../ports/cxd56/README + ../ports/litex/README ../ports/mimxrt10xx/README ../ports/nrf/README ../ports/stm/README - ../ports/cxd56/README |
