tinygo/targets/stm32wl5x_cm4.json
2022-02-28 10:19:26 +01:00

8 строки
204 Б
JSON

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