diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-04-30 15:24:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 15:24:03 -0700 |
| commit | b3b6a64ed7fb10ffb61bc1b71ba4083bca3ada30 (patch) | |
| tree | 706a8a6007251af6eb996a710423c8cf4de1480c /docs | |
| parent | 10c5bf666e09226817a70651b1bf8c4e55c6e36e (diff) | |
| parent | a863b0a3490c55b0e7e1321d9ac9cf249a6addd5 (diff) | |
Merge pull request #2685 from tannewt/lower_power
Lower power by using the Wait for Interrupt (WFI) instruction
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 |
