Skip to content

Commit 71cbb14

Browse files
committed
docs: add ESP32, ESP8266, and Adafruit Feather STM32F405 to list of supported boards
Signed-off-by: deadprogram <[email protected]>
1 parent efc824a commit 71cbb14

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for
4343

4444
You can compile TinyGo programs for microcontrollers, WebAssembly and Linux.
4545

46-
The following 41 microcontroller boards are currently supported:
46+
The following 44 microcontroller boards are currently supported:
4747

4848
* [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333)
4949
* [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)
5050
* [Adafruit CLUE Alpha](https://www.adafruit.com/product/4500)
5151
* [Adafruit Feather M0](https://www.adafruit.com/product/2772)
5252
* [Adafruit Feather M4](https://www.adafruit.com/product/3857)
5353
* [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062)
54+
* [Adafruit Feather STM32F405 Express](https://www.adafruit.com/product/4382)
5455
* [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727)
5556
* [Adafruit ItsyBitsy M4](https://www.adafruit.com/product/3800)
5657
* [Adafruit ItsyBitsy nRF52840](https://www.adafruit.com/product/4481)
@@ -62,10 +63,12 @@ The following 41 microcontroller boards are currently supported:
6263
* [Arduino Mega 2560](https://store.arduino.cc/arduino-mega-2560-rev3)
6364
* [Arduino Nano](https://store.arduino.cc/arduino-nano)
6465
* [Arduino Nano33 IoT](https://store.arduino.cc/nano-33-iot)
65-
* [Arduino Zero](https://store.arduino.cc/usa/arduino-zero)
6666
* [Arduino Uno](https://store.arduino.cc/arduino-uno-rev3)
67+
* [Arduino Zero](https://store.arduino.cc/usa/arduino-zero)
6768
* [BBC micro:bit](https://microbit.org/)
6869
* [Digispark](http://digistump.com/products/1)
70+
* [ESP32](https://www.espressif.com/en/products/socs/esp32)
71+
* [ESP8266](https://www.espressif.com/en/products/socs/esp8266)
6972
* [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance)
7073
* [Makerdiary nRF52840-MDK](https://wiki.makerdiary.com/nrf52840-mdk/)
7174
* [Nintendo Switch](https://www.nintendo.com/switch/)

0 commit comments

Comments
 (0)