mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 05:23:40 +00:00
b0fce80b50
- board/stm32: Add STM32 Nucleo WL55JC board - stm32/stm32wl: Set 48Mhz HSE32/PLL as default Clock, SPI implementation
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"inherits": [
|
|
"stm32wle5"
|
|
],
|
|
"build-tags": [
|
|
"nucleowl55jc"
|
|
],
|
|
"serial": "uart",
|
|
"linkerscript": "targets/stm32wle5.ld",
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "stlink",
|
|
"openocd-target": "stm32wlx"
|
|
}
|