diff options
author | deadprogram <[email protected]> | 2023-01-11 21:51:03 +0100 |
---|---|---|
committer | deadprogram <[email protected]> | 2023-01-11 21:51:03 +0100 |
commit | 656805d91f15725eda4aab62aaa9f8bfc58ca294 (patch) | |
tree | 3b4130acad101e4a9ada36ac91dd8c30c9c92018 /README.md | |
parent | 05ec4e6bd0ec66caf9e54fc60172a41ba4fd55e0 (diff) | |
download | tinygo-656805d91f15725eda4aab62aaa9f8bfc58ca294.tar.gz tinygo-656805d91f15725eda4aab62aaa9f8bfc58ca294.zip |
docs: update README with missing boards
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -43,12 +43,13 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following 92 microcontroller boards are currently supported: +The following 94 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) * [Adafruit CLUE](https://www.adafruit.com/product/4500) * [Adafruit Feather M0](https://www.adafruit.com/product/2772) +* [Adafruit Feather M0 Express](https://www.adafruit.com/product/3403) * [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) @@ -137,8 +138,10 @@ The following 92 microcontroller boards are currently supported: * [ST Micro STM32F103XX "Bluepill"](https://stm32-base.org/boards/STM32F103C8T6-Blue-Pill) * [ST Micro STM32F407 "Discovery"](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) * [ST Micro STM32F469 "Discovery"](https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/32f469idiscovery.html) -* [X9 Pro smartwatch](https://github.com/curtpw/nRF5x-device-reverse-engineering/tree/master/X9-nrf52832-activity-tracker/) * [The Things Industries Generic Node Sensor Edition](https://www.genericnode.com/docs/sensor-edition/) +* [Waveshare RP2040-Zero](https://www.waveshare.com/wiki/RP2040-Zero) +* [X9 Pro smartwatch](https://github.com/curtpw/nRF5x-device-reverse-engineering/tree/master/X9-nrf52832-activity-tracker/) + For more information, see [this list of boards](https://tinygo.org/microcontrollers/). Pull requests for additional support are welcome! |