diff options
author | sago35 <[email protected]> | 2021-06-26 12:09:40 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-06-26 15:37:17 +0200 |
commit | e5453ebe27ff102f7319653162b4661e41ceace0 (patch) | |
tree | 8dbaf896333f99e566dcb7800e41c73a17d8626c /README.md | |
parent | 0e267dd2304cb45c42d51d54a57107e3f00ee6d8 (diff) | |
download | tinygo-e5453ebe27ff102f7319653162b4661e41ceace0.tar.gz tinygo-e5453ebe27ff102f7319653162b4661e41ceace0.zip |
machine/feather-nrf52840-sense: add board definition for Adafruit Feather nRF52840 Sense
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 67 microcontroller boards are currently supported: +The following 68 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 67 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 nRF52840 Sense](https://www.adafruit.com/product/4516) * [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) |