@@ -43,7 +43,7 @@ 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 18 microcontroller boards are currently supported:
46
+ The following 19 microcontroller boards are currently supported:
47
47
48
48
* [ Adafruit Circuit Playground Express] ( https://www.adafruit.com/product/3333 )
49
49
* [ Adafruit Feather M0] ( https://www.adafruit.com/product/2772 )
@@ -53,17 +53,17 @@ The following 18 microcontroller boards are currently supported:
53
53
* [ Arduino Nano33 IoT] ( https://store.arduino.cc/nano-33-iot )
54
54
* [ Arduino Uno] ( https://store.arduino.cc/arduino-uno-rev3 )
55
55
* [ BBC micro: bit ] ( https://microbit.org/ )
56
- * [ Game Boy Advance] ( https://en.wikipedia.org/wiki/Game_Boy_Advance )
57
- * [ SiFIve HiFive1] ( https://www.sifive.com/boards/hifive1 )
58
- * [ ST Micro STM32F103XX "Bluepill"] ( http://wiki.stm32duino.com/index.php?title=Blue_Pill )
59
- * [ ST Micro "Nucleo F103RB"] ( https://www.st.com/en/evaluation-tools/nucleo-f103rb.html )
60
- * [ ST Micro STM32F407 "Discovery"] ( https://www.st.com/en/evaluation-tools/stm32f4discovery.html )
61
56
* [ Digispark] ( http://digistump.com/products/1 )
57
+ * [ Game Boy Advance] ( https://en.wikipedia.org/wiki/Game_Boy_Advance )
58
+ * [ Makerdiary nRF52840-MDK] ( https://wiki.makerdiary.com/nrf52840-mdk/ )
62
59
* [ Nordic Semiconductor PCA10031] ( https://www.nordicsemi.com/eng/Products/nRF51-Dongle )
63
60
* [ Nordic Semiconductor PCA10040] ( https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52-DK )
64
61
* [ Nordic Semiconductor PCA10056] ( https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK )
65
- * [ Makerdiary nRF52840-MDK] ( https://wiki.makerdiary.com/nrf52840-mdk/ )
66
62
* [ Phytec reel board] ( https://www.phytec.eu/product-eu/internet-of-things/reelboard/ )
63
+ * [ SiFIve HiFive1] ( https://www.sifive.com/boards/hifive1 )
64
+ * [ ST Micro "Nucleo F103RB"] ( https://www.st.com/en/evaluation-tools/nucleo-f103rb.html )
65
+ * [ ST Micro STM32F103XX "Bluepill"] ( http://wiki.stm32duino.com/index.php?title=Blue_Pill )
66
+ * [ ST Micro STM32F407 "Discovery"] ( https://www.st.com/en/evaluation-tools/stm32f4discovery.html )
67
67
68
68
For more information, see [ this list of boards] ( https://tinygo.org/microcontrollers/ ) . Pull requests for additional support are welcome!
69
69
0 commit comments