diff options
author | Elias Naur <[email protected]> | 2021-12-24 12:59:41 +0100 |
---|---|---|
committer | kenbell <[email protected]> | 2021-12-31 10:30:48 +0000 |
commit | bd7ab8ddd5d25e65ba70f4f8c8d263df66a7bc77 (patch) | |
tree | 899183c2b502ed33368df37242bd17ee39243340 /README.md | |
parent | 302e72e84fa0a4dc4f53891e612955d3f079c78c (diff) | |
download | tinygo-bd7ab8ddd5d25e65ba70f4f8c8d263df66a7bc77.tar.gz tinygo-bd7ab8ddd5d25e65ba70f4f8c8d263df66a7bc77.zip |
targets,runtime,machine: add support for the stm32f469-disco board
The LEDs and button work; I haven't tested the SPI and I2C
configuration.
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 75 microcontroller boards are currently supported: +The following 76 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) @@ -118,6 +118,7 @@ The following 75 microcontroller boards are currently supported: * [ST Micro "Nucleo" WL55JC](https://www.st.com/en/evaluation-tools/nucleo-wl55jc.html) * [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/) |