diff options
author | Olivier Fauchon <[email protected]> | 2021-11-20 21:08:42 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-11-26 14:15:11 +0100 |
commit | b0fce80b5068cd321367dd30b5650adefb69a0c2 (patch) | |
tree | f49a67b49f238f73468ebb4609b75b611dc67cd1 /README.md | |
parent | 718746dd21dbd9ac5a93ee57e3fef42fa7a9fa57 (diff) | |
download | tinygo-b0fce80b5068cd321367dd30b5650adefb69a0c2.tar.gz tinygo-b0fce80b5068cd321367dd30b5650adefb69a0c2.zip |
Improvements for stm32wle targets :
- board/stm32: Add STM32 Nucleo WL55JC board
- stm32/stm32wl: Set 48Mhz HSE32/PLL as default Clock, SPI implementation
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 72 microcontroller boards are currently supported: +The following 74 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) @@ -115,6 +115,7 @@ The following 72 microcontroller boards are currently supported: * [ST Micro "Nucleo" L031K6](https://www.st.com/ja/evaluation-tools/nucleo-l031k6.html) * [ST Micro "Nucleo" L432KC](https://www.st.com/ja/evaluation-tools/nucleo-l432kc.html) * [ST Micro "Nucleo" L552ZE](https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.html) +* [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) * [X9 Pro smartwatch](https://github.com/curtpw/nRF5x-device-reverse-engineering/tree/master/X9-nrf52832-activity-tracker/) |