diff options
author | Přemek Vyhnal <[email protected]> | 2021-01-24 16:46:21 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-24 16:46:21 +0100 |
commit | 32a5d46c57ccfe28499c15bf033cc13308cdd137 (patch) | |
tree | 46b74d599b82a607036411aabdaddafdcde967c7 /README.md | |
parent | d8cc48b09b6d22d0a145ffaa04879f2b07c69a43 (diff) | |
download | tinygo-32a5d46c57ccfe28499c15bf033cc13308cdd137.tar.gz tinygo-32a5d46c57ccfe28499c15bf033cc13308cdd137.zip |
nice!nano board support (#1499)
machine/nice\!nano: add board support
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 44 microcontroller boards are currently supported: +The following 45 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) @@ -71,6 +71,7 @@ The following 44 microcontroller boards are currently supported: * [ESP8266](https://www.espressif.com/en/products/socs/esp8266) * [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance) * [Makerdiary nRF52840-MDK](https://wiki.makerdiary.com/nrf52840-mdk/) +* [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) * [Nordic Semiconductor PCA10040](https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52-DK) |