tinygo/targets/nucleo-wl55jc.json
Olivier Fauchon 93ac7cec0d stm32/stm32wlx: Add support for stm32wl55_cm4
board/stm32: Add support for GNSE (Generic Node Sensor Edition)

 Thanks to @jamestait for his help on GNSE port
2021-12-13 16:02:00 +01:00

12 строки
188 Б
JSON

{
"inherits": [
"stm32wl5x_cm4"
],
"build-tags": [
"nucleowl55jc"
],
"serial": "uart",
"flash-method": "openocd",
"openocd-interface": "stlink",
"openocd-target": "stm32wlx"
}