tinygo/targets/nucleo-wl55jc.json
Olivier Fauchon b0fce80b50 Improvements for stm32wle targets :
- board/stm32: Add STM32 Nucleo WL55JC board
- stm32/stm32wl: Set 48Mhz HSE32/PLL as default Clock, SPI implementation
2021-11-26 14:15:11 +01:00

13 строки
225 Б
JSON

{
"inherits": [
"stm32wle5"
],
"build-tags": [
"nucleowl55jc"
],
"serial": "uart",
"linkerscript": "targets/stm32wle5.ld",
"flash-method": "openocd",
"openocd-interface": "stlink",
"openocd-target": "stm32wlx"
}