@@ -43,14 +43,15 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for
43
43
44
44
You can compile TinyGo programs for microcontrollers, WebAssembly and Linux.
45
45
46
- The following 41 microcontroller boards are currently supported:
46
+ The following 44 microcontroller boards are currently supported:
47
47
48
48
* [ Adafruit Circuit Playground Bluefruit] ( https://www.adafruit.com/product/4333 )
49
49
* [ Adafruit Circuit Playground Express] ( https://www.adafruit.com/product/3333 )
50
50
* [ Adafruit CLUE Alpha] ( https://www.adafruit.com/product/4500 )
51
51
* [ Adafruit Feather M0] ( https://www.adafruit.com/product/2772 )
52
52
* [ Adafruit Feather M4] ( https://www.adafruit.com/product/3857 )
53
53
* [ Adafruit Feather nRF52840 Express] ( https://www.adafruit.com/product/4062 )
54
+ * [ Adafruit Feather STM32F405 Express] ( https://www.adafruit.com/product/4382 )
54
55
* [ Adafruit ItsyBitsy M0] ( https://www.adafruit.com/product/3727 )
55
56
* [ Adafruit ItsyBitsy M4] ( https://www.adafruit.com/product/3800 )
56
57
* [ Adafruit ItsyBitsy nRF52840] ( https://www.adafruit.com/product/4481 )
@@ -62,10 +63,12 @@ The following 41 microcontroller boards are currently supported:
62
63
* [ Arduino Mega 2560] ( https://store.arduino.cc/arduino-mega-2560-rev3 )
63
64
* [ Arduino Nano] ( https://store.arduino.cc/arduino-nano )
64
65
* [ Arduino Nano33 IoT] ( https://store.arduino.cc/nano-33-iot )
65
- * [ Arduino Zero] ( https://store.arduino.cc/usa/arduino-zero )
66
66
* [ Arduino Uno] ( https://store.arduino.cc/arduino-uno-rev3 )
67
+ * [ Arduino Zero] ( https://store.arduino.cc/usa/arduino-zero )
67
68
* [ BBC micro: bit ] ( https://microbit.org/ )
68
69
* [ 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 )
69
72
* [ Game Boy Advance] ( https://en.wikipedia.org/wiki/Game_Boy_Advance )
70
73
* [ Makerdiary nRF52840-MDK] ( https://wiki.makerdiary.com/nrf52840-mdk/ )
71
74
* [ Nintendo Switch] ( https://www.nintendo.com/switch/ )
0 commit comments