diff options
author | deadprogram <[email protected]> | 2020-09-11 09:36:19 +0200 |
---|---|---|
committer | deadprogram <[email protected]> | 2020-09-11 09:36:19 +0200 |
commit | 71cbb1495ead019a3b00e11cf9a43d655913fc74 (patch) | |
tree | ca6901750c70a21ed8703b4f9622930c663d2dcb /README.md | |
parent | efc824a10332b3a9b878bdfa83ebea70140390b0 (diff) | |
download | tinygo-71cbb1495ead019a3b00e11cf9a43d655913fc74.tar.gz tinygo-71cbb1495ead019a3b00e11cf9a43d655913fc74.zip |
docs: add ESP32, ESP8266, and Adafruit Feather STM32F405 to list of supported boards
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -43,7 +43,7 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following 41 microcontroller boards are currently supported: +The following 44 microcontroller boards are currently supported: * [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333) * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) @@ -51,6 +51,7 @@ The following 41 microcontroller boards are currently supported: * [Adafruit Feather M0](https://www.adafruit.com/product/2772) * [Adafruit Feather M4](https://www.adafruit.com/product/3857) * [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062) +* [Adafruit Feather STM32F405 Express](https://www.adafruit.com/product/4382) * [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727) * [Adafruit ItsyBitsy M4](https://www.adafruit.com/product/3800) * [Adafruit ItsyBitsy nRF52840](https://www.adafruit.com/product/4481) @@ -62,10 +63,12 @@ The following 41 microcontroller boards are currently supported: * [Arduino Mega 2560](https://store.arduino.cc/arduino-mega-2560-rev3) * [Arduino Nano](https://store.arduino.cc/arduino-nano) * [Arduino Nano33 IoT](https://store.arduino.cc/nano-33-iot) -* [Arduino Zero](https://store.arduino.cc/usa/arduino-zero) * [Arduino Uno](https://store.arduino.cc/arduino-uno-rev3) +* [Arduino Zero](https://store.arduino.cc/usa/arduino-zero) * [BBC micro:bit](https://microbit.org/) * [Digispark](http://digistump.com/products/1) +* [ESP32](https://www.espressif.com/en/products/socs/esp32) +* [ESP8266](https://www.espressif.com/en/products/socs/esp8266) * [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance) * [Makerdiary nRF52840-MDK](https://wiki.makerdiary.com/nrf52840-mdk/) * [Nintendo Switch](https://www.nintendo.com/switch/) |