tinygo/targets/stm32l0x2.json
Fauchon 65caf777dd
Support for STM32L0 MCUs and Dragino LGT92 device (#1561)
machine/stm32l0: add support for stm32l0 family and Dragino LGT92 Board
2021-01-08 22:27:25 +01:00

18 строки
Без EOL
324 Б
JSON

{
"inherits": [
"cortex-m"
],
"llvm-target": "armv6m-none-eabi",
"build-tags": [
"stm32l0",
"stm32l0x2",
"stm32"
],
"cflags": [
"--target=armv6m-none-eabi",
"-Qunused-arguments"
],
"extra-files": [
"src/device/stm32/stm32l0x2.s"
]
}