Files
tinygo/targets/lorae5.json
T
Kenneth Bell 62d4a6a77f stm32: add minimal stm32wlex5 / lorae5 target
credit to ofauchon
2021-11-20 12:07:11 +01:00

12 lines
180 B
JSON

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