diff options
author | Ron Evans <[email protected]> | 2019-07-17 06:30:58 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-07-17 06:30:58 -0700 |
commit | ced964f03920f8a750e71d315e7b6338101bd470 (patch) | |
tree | ccd30676641e11d9ed939e126241d431a0d275d6 | |
parent | 8a704e43fcb001399048bb85db0eec6d499c42a6 (diff) | |
download | tinygo-ced964f03920f8a750e71d315e7b6338101bd470.tar.gz tinygo-ced964f03920f8a750e71d315e7b6338101bd470.zip |
docs: add Arduino Nano33 IoT to README
Signed-off-by: Ron Evans <[email protected]>
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,12 +43,13 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following 14 microcontroller boards are currently supported: +The following 15 microcontroller boards are currently supported: * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) * [Adafruit Feather M0](https://www.adafruit.com/product/2772) * [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727) * [Adafruit Trinket M0](https://www.adafruit.com/product/3500) +* [Arduino Nano33 IoT](https://store.arduino.cc/nano-33-iot) * [Arduino Uno](https://store.arduino.cc/arduino-uno-rev3) * [BBC micro:bit](https://microbit.org/) * [ST Micro STM32F103XX "Bluepill"](http://wiki.stm32duino.com/index.php?title=Blue_Pill) |