@@ -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 57 microcontroller boards are currently supported:
46
+ The following 62 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 )
@@ -53,6 +53,7 @@ The following 57 microcontroller boards are currently supported:
53
53
* [ Adafruit Feather M4 CAN] ( https://www.adafruit.com/product/4759 )
54
54
* [ Adafruit Feather nRF52840 Express] ( https://www.adafruit.com/product/4062 )
55
55
* [ Adafruit Feather STM32F405 Express] ( https://www.adafruit.com/product/4382 )
56
+ * [ Adafruit Grand Central M4] ( https://www.adafruit.com/product/4064 )
56
57
* [ Adafruit ItsyBitsy M0] ( https://www.adafruit.com/product/3727 )
57
58
* [ Adafruit ItsyBitsy M4] ( https://www.adafruit.com/product/3800 )
58
59
* [ Adafruit ItsyBitsy nRF52840] ( https://www.adafruit.com/product/4481 )
@@ -63,6 +64,7 @@ The following 57 microcontroller boards are currently supported:
63
64
* [ Adafruit PyPortal] ( https://www.adafruit.com/product/4116 )
64
65
* [ Adafruit QT Py] ( https://www.adafruit.com/product/4600 )
65
66
* [ Adafruit Trinket M0] ( https://www.adafruit.com/product/3500 )
67
+ * [ Arduino Mega 1280] ( https://www.arduino.cc/en/Main/arduinoBoardMega/ )
66
68
* [ Arduino Mega 2560] ( https://store.arduino.cc/arduino-mega-2560-rev3 )
67
69
* [ Arduino MKR1000] ( https://store.arduino.cc/arduino-mkr1000-wifi )
68
70
* [ Arduino Nano] ( https://store.arduino.cc/arduino-nano )
@@ -84,6 +86,7 @@ The following 57 microcontroller boards are currently supported:
84
86
* [ Nordic Semiconductor PCA10031] ( https://www.nordicsemi.com/eng/Products/nRF51-Dongle )
85
87
* [ Nordic Semiconductor PCA10040] ( https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52-DK )
86
88
* [ Nordic Semiconductor PCA10056] ( https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK )
89
+ * [ Nordic Semiconductor pca10059] ( https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-Dongle )
87
90
* [ Particle Argon] ( https://docs.particle.io/datasheets/wi-fi/argon-datasheet/ )
88
91
* [ Particle Boron] ( https://docs.particle.io/datasheets/cellular/boron-datasheet/ )
89
92
* [ Particle Xenon] ( https://docs.particle.io/datasheets/discontinued/xenon-datasheet/ )
@@ -98,6 +101,8 @@ The following 57 microcontroller boards are currently supported:
98
101
* [ SiFIve HiFive1] ( https://www.sifive.com/boards/hifive1 )
99
102
* [ ST Micro "Nucleo" F103RB] ( https://www.st.com/en/evaluation-tools/nucleo-f103rb.html )
100
103
* [ ST Micro "Nucleo" F722ZE] ( https://www.st.com/en/evaluation-tools/nucleo-f722ze.html )
104
+ * [ ST Micro "Nucleo" L031K6] ( https://www.st.com/ja/evaluation-tools/nucleo-l031k6.html )
105
+ * [ ST Micro "Nucleo" L432KC] ( https://www.st.com/ja/evaluation-tools/nucleo-l432kc.html )
101
106
* [ ST Micro "Nucleo" L552ZE] ( https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.html )
102
107
* [ ST Micro STM32F103XX "Bluepill"] ( https://stm32-base.org/boards/STM32F103C8T6-Blue-Pill )
103
108
* [ ST Micro STM32F407 "Discovery"] ( https://www.st.com/en/evaluation-tools/stm32f4discovery.html )
0 commit comments