diff options
author | BCG <[email protected]> | 2020-01-06 05:53:43 -0500 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-01-06 11:53:43 +0100 |
commit | ecff6f8e0c8ab70874debc39783552eb3a5ff6bf (patch) | |
tree | d937888cd73f80f07bbe8a6a85008835fd4b875d /README.md | |
parent | 7363bdc2985f2c062f72a570b48da00ec5a850cd (diff) | |
download | tinygo-ecff6f8e0c8ab70874debc39783552eb3a5ff6bf.tar.gz tinygo-ecff6f8e0c8ab70874debc39783552eb3a5ff6bf.zip |
Adafruit PyPortal Support (#800)
* machine/PyPortal: implementation, also includes refinements for other members of samd51x familty.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,7 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following 22 microcontroller boards are currently supported: +The following 25 microcontroller boards are currently supported: * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) * [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333) @@ -53,6 +53,7 @@ The following 22 microcontroller boards are currently supported: * [Adafruit ItsyBitsy M4](https://www.adafruit.com/product/3800) * [Adafruit Metro M4 Express Airlift](https://www.adafruit.com/product/4000) * [Adafruit PyBadge](https://www.adafruit.com/product/4200) +* [Adafruit PyPortal](https://www.adafruit.com/product/4116) * [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) |