mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
65caf777dd
machine/stm32l0: add support for stm32l0 family and Dragino LGT92 Board
18 lines
324 B
JSON
18 lines
324 B
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"
|
|
]
|
|
} |