diff options
author | BCG <[email protected]> | 2019-11-15 03:52:54 -0500 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-11-15 09:52:54 +0100 |
commit | 009b27350e58019169fe5ee59ec216acec2ae2f5 (patch) | |
tree | 2e69ddb2d5cfe708b65e8b9d6bd16a5994f5061a /README.md | |
parent | 93961f9d411d28c7acae5f556ffdabc4b3b6871e (diff) | |
download | tinygo-009b27350e58019169fe5ee59ec216acec2ae2f5.tar.gz tinygo-009b27350e58019169fe5ee59ec216acec2ae2f5.zip |
Adding Support for Adafruit Metro M4 Express Airlift (#694)
* machine/metro-m4: add support for Adafruit Metro M4 Express Airlift board
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,13 +43,14 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following 20 microcontroller boards are currently supported: +The following 22 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 Feather M4](https://www.adafruit.com/product/3857) * [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727) * [Adafruit ItsyBitsy M4](https://www.adafruit.com/product/3800) +* [Adafruit Metro M4 Express Airlift](https://www.adafruit.com/product/4000) * [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) |