@@ -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 63 microcontroller boards are currently supported:
46
+ The following 67 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 )
@@ -69,7 +69,10 @@ The following 63 microcontroller boards are currently supported:
69
69
* [ Arduino Mega 2560] ( https://store.arduino.cc/arduino-mega-2560-rev3 )
70
70
* [ Arduino MKR1000] ( https://store.arduino.cc/arduino-mkr1000-wifi )
71
71
* [ Arduino Nano] ( https://store.arduino.cc/arduino-nano )
72
- * [ Arduino Nano33 IoT] ( https://store.arduino.cc/nano-33-iot )
72
+ * [ Arduino Nano 33 BLE] ( https://store.arduino.cc/nano-33-ble )
73
+ * [ Arduino Nano 33 BLE Sense] ( https://store.arduino.cc/nano-33-ble-sense )
74
+ * [ Arduino Nano 33 IoT] ( https://store.arduino.cc/nano-33-iot )
75
+ * [ Arduino Nano RP2040 Connect] ( https://store.arduino.cc/nano-rp2040-connect )
73
76
* [ Arduino Uno] ( https://store.arduino.cc/arduino-uno-rev3 )
74
77
* [ Arduino Zero] ( https://store.arduino.cc/usa/arduino-zero )
75
78
* [ BBC micro: bit ] ( https://microbit.org/ )
@@ -96,6 +99,7 @@ The following 63 microcontroller boards are currently supported:
96
99
* [ PJRC Teensy 3.6] ( https://www.pjrc.com/store/teensy36.html )
97
100
* [ PJRC Teensy 4.0] ( https://www.pjrc.com/store/teensy40.html )
98
101
* [ ProductivityOpen P1AM-100] ( https://facts-engineering.github.io/modules/P1AM-100/P1AM-100.html )
102
+ * [ Raspberry Pi Pico] ( https://www.raspberrypi.org/products/raspberry-pi-pico/ )
99
103
* [ Seeed Wio Terminal] ( https://www.seeedstudio.com/Wio-Terminal-p-4509.html )
100
104
* [ Seeed Seeeduino XIAO] ( https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html )
101
105
* [ Seeed Sipeed MAix BiT] ( https://www.seeedstudio.com/Sipeed-MAix-BiT-for-RISC-V-AI-IoT-p-2872.html )
0 commit comments