diff options
author | BCG <[email protected]> | 2022-02-13 02:21:03 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-13 08:21:03 +0100 |
commit | 4417374b532fc1b0d2178338f8ccee604412857e (patch) | |
tree | 321b61cdcc9744f573b7c930a75b9ea5afb18a02 /README.md | |
parent | 262291a80a051d056af4453705641395ff722de3 (diff) | |
download | tinygo-4417374b532fc1b0d2178338f8ccee604412857e.tar.gz tinygo-4417374b532fc1b0d2178338f8ccee604412857e.zip |
board: add definition for Teensy 4.1 (#2618)
* board: add definition for Teensy 4.1
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 80 microcontroller boards are currently supported: +The following 81 microcontroller boards are currently supported: * [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333) * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) @@ -106,6 +106,7 @@ The following 80 microcontroller boards are currently supported: * [PineTime DevKit](https://www.pine64.org/pinetime/) * [PJRC Teensy 3.6](https://www.pjrc.com/store/teensy36.html) * [PJRC Teensy 4.0](https://www.pjrc.com/store/teensy40.html) +* [PJRC Teensy 4.1](https://www.pjrc.com/store/teensy41.html) * [ProductivityOpen P1AM-100](https://facts-engineering.github.io/modules/P1AM-100/P1AM-100.html) * [Raspberry Pi Pico](https://www.raspberrypi.org/products/raspberry-pi-pico/) * [Raytac MDBT50Q-RX Dongle (with TinyUF2 bootloader)](https://www.adafruit.com/product/5199) |