diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-05-04 16:08:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-04 16:08:45 -0400 |
| commit | c377d4bea79710bdf3880dfdbd2970f1ee7fc373 (patch) | |
| tree | 8be39354a8e1706138357abb2cc6daf7d7d4e290 /docs | |
| parent | cc290c50c677e16ccdddae74ab0861c9101727fc (diff) | |
| parent | 4d7e341e44ac40d18e947643ab925cbd7812cd36 (diff) | |
Merge branch 'master' into non-standard-nvm
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 |
