diff options
author | sago35 <[email protected]> | 2020-08-03 19:13:28 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-04-15 15:43:37 +0200 |
commit | bd212cc000a445da9c67484f5a101fa6df2fd5b3 (patch) | |
tree | e2fc48a8d45913738436114d7dcf8c5f4961542a /README.md | |
parent | 6dd5666ed1299b6e24749678f5ee2cf0c4a10de5 (diff) | |
download | tinygo-bd212cc000a445da9c67484f5a101fa6df2fd5b3.tar.gz tinygo-bd212cc000a445da9c67484f5a101fa6df2fd5b3.zip |
atsame54: add initial support for atsame54-xpro
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 55 microcontroller boards are currently supported: +The following 56 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) @@ -77,6 +77,7 @@ The following 55 microcontroller boards are currently supported: * [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance) * [Makerdiary nRF52840-MDK](https://wiki.makerdiary.com/nrf52840-mdk/) * [Makerdiary nRF52840-MDK USB Dongle](https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/) +* [Microchip SAM E54 Xplained Pro](https://www.microchip.com/developmenttools/productdetails/atsame54-xpro) * [nice!nano](https://docs.nicekeyboards.com/#/nice!nano/) * [Nintendo Switch](https://www.nintendo.com/switch/) * [Nordic Semiconductor PCA10031](https://www.nordicsemi.com/eng/Products/nRF51-Dongle) |