@@ -43,34 +43,39 @@ 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 45 microcontroller boards are currently supported:
46
+ The following 53 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
- * [ Adafruit CLUE Alpha ] ( https://www.adafruit.com/product/4500 )
50
+ * [ Adafruit CLUE] ( 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
54
* [ Adafruit Feather STM32F405 Express] ( https://www.adafruit.com/product/4382 )
55
55
* [ Adafruit ItsyBitsy M0] ( https://www.adafruit.com/product/3727 )
56
56
* [ Adafruit ItsyBitsy M4] ( https://www.adafruit.com/product/3800 )
57
57
* [ Adafruit ItsyBitsy nRF52840] ( https://www.adafruit.com/product/4481 )
58
+ * [ Adafruit Matrix Portal M4] ( https://www.adafruit.com/product/4745 )
58
59
* [ Adafruit Metro M4 Express Airlift] ( https://www.adafruit.com/product/4000 )
59
60
* [ Adafruit PyBadge] ( https://www.adafruit.com/product/4200 )
60
61
* [ Adafruit PyGamer] ( https://www.adafruit.com/product/4242 )
61
62
* [ Adafruit PyPortal] ( https://www.adafruit.com/product/4116 )
62
63
* [ Adafruit Trinket M0] ( https://www.adafruit.com/product/3500 )
63
64
* [ Arduino Mega 2560] ( https://store.arduino.cc/arduino-mega-2560-rev3 )
65
+ * [ Arduino MKR1000] ( https://store.arduino.cc/arduino-mkr1000-wifi )
64
66
* [ Arduino Nano] ( https://store.arduino.cc/arduino-nano )
65
67
* [ Arduino Nano33 IoT] ( https://store.arduino.cc/nano-33-iot )
66
68
* [ Arduino Uno] ( https://store.arduino.cc/arduino-uno-rev3 )
67
69
* [ Arduino Zero] ( https://store.arduino.cc/usa/arduino-zero )
68
70
* [ BBC micro: bit ] ( https://microbit.org/ )
71
+ * [ BBC micro: bit v2] ( https://microbit.org/new-microbit/ )
69
72
* [ Digispark] ( http://digistump.com/products/1 )
73
+ * [ Dragino LoRaWAN GPS Tracker LGT-92] ( http://www.dragino.com/products/lora-lorawan-end-node/item/142-lgt-92.html )
70
74
* [ ESP32] ( https://www.espressif.com/en/products/socs/esp32 )
71
75
* [ ESP8266] ( https://www.espressif.com/en/products/socs/esp8266 )
72
76
* [ Game Boy Advance] ( https://en.wikipedia.org/wiki/Game_Boy_Advance )
73
77
* [ Makerdiary nRF52840-MDK] ( https://wiki.makerdiary.com/nrf52840-mdk/ )
78
+ * [ Makerdiary nRF52840-MDK USB Dongle] ( https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/ )
74
79
* [ nice!nano] ( https://docs.nicekeyboards.com/#/nice!nano/ )
75
80
* [ Nintendo Switch] ( https://www.nintendo.com/switch/ )
76
81
* [ Nordic Semiconductor PCA10031] ( https://www.nordicsemi.com/eng/Products/nRF51-Dongle )
@@ -82,11 +87,14 @@ The following 45 microcontroller boards are currently supported:
82
87
* [ Phytec reel board] ( https://www.phytec.eu/product-eu/internet-of-things/reelboard/ )
83
88
* [ PineTime DevKit] ( https://www.pine64.org/pinetime/ )
84
89
* [ PJRC Teensy 3.6] ( https://www.pjrc.com/store/teensy36.html )
90
+ * [ ProductivityOpen P1AM-100] ( https://facts-engineering.github.io/modules/P1AM-100/P1AM-100.html )
85
91
* [ Seeed Wio Terminal] ( https://www.seeedstudio.com/Wio-Terminal-p-4509.html )
86
92
* [ Seeed Seeeduino XIAO] ( https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html )
87
93
* [ Seeed Sipeed MAix BiT] ( https://www.seeedstudio.com/Sipeed-MAix-BiT-for-RISC-V-AI-IoT-p-2872.html )
88
94
* [ SiFIve HiFive1] ( https://www.sifive.com/boards/hifive1 )
89
- * [ ST Micro "Nucleo F103RB"] ( https://www.st.com/en/evaluation-tools/nucleo-f103rb.html )
95
+ * [ ST Micro "Nucleo" F103RB] ( https://www.st.com/en/evaluation-tools/nucleo-f103rb.html )
96
+ * [ ST Micro "Nucleo" F722ZE] ( https://www.st.com/en/evaluation-tools/nucleo-f722ze.html )
97
+ * [ ST Micro "Nucleo" L552ZE] ( https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.html )
90
98
* [ ST Micro STM32F103XX "Bluepill"] ( https://stm32-base.org/boards/STM32F103C8T6-Blue-Pill )
91
99
* [ ST Micro STM32F407 "Discovery"] ( https://www.st.com/en/evaluation-tools/stm32f4discovery.html )
92
100
* [ X9 Pro smartwatch] ( https://github.com/curtpw/nRF5x-device-reverse-engineering/tree/master/X9-nrf52832-activity-tracker/ )
0 commit comments