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

8 lines
184 B
JSON

{
"inherits": ["cortex-m4"],
"build-tags": ["stm32wle5", "stm32"],
"extra-files": [
"src/device/stm32/stm32wle5.s"
],
"linkerscript": "targets/stm32wle5.ld"
}