diff options
author | Kenneth Bell <[email protected]> | 2021-06-14 18:50:28 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-06-19 12:34:40 +0200 |
commit | 8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78 (patch) | |
tree | 66852d076b46e50c71476e66cb7ae509ddc9e98c /README.md | |
parent | 1913cb76a5c6996c2d90107bad0a8bd0a4512327 (diff) | |
download | tinygo-8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78.tar.gz tinygo-8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78.zip |
rp2040: support Adafruit Feather RP2040
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 62 microcontroller boards are currently supported: +The following 63 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) @@ -52,6 +52,7 @@ The following 62 microcontroller boards are currently supported: * [Adafruit Feather M4](https://www.adafruit.com/product/3857) * [Adafruit Feather M4 CAN](https://www.adafruit.com/product/4759) * [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062) +* [Adafruit Feather RP2040](https://www.adafruit.com/product/4884) * [Adafruit Feather STM32F405 Express](https://www.adafruit.com/product/4382) * [Adafruit Grand Central M4](https://www.adafruit.com/product/4064) * [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727) |