aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRon Evans <[email protected]>2019-07-17 06:30:58 -0700
committerRon Evans <[email protected]>2019-07-17 06:30:58 -0700
commitced964f03920f8a750e71d315e7b6338101bd470 (patch)
treeccd30676641e11d9ed939e126241d431a0d275d6
parent8a704e43fcb001399048bb85db0eec6d499c42a6 (diff)
downloadtinygo-ced964f03920f8a750e71d315e7b6338101bd470.tar.gz
tinygo-ced964f03920f8a750e71d315e7b6338101bd470.zip
docs: add Arduino Nano33 IoT to README
Signed-off-by: Ron Evans <[email protected]>
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c0d4b7882..35a825c46 100644
--- a/README.md
+++ b/README.md
@@ -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)