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
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"inherits": [
|
|
"stm32l0x2"
|
|
],
|
|
"build-tags": [
|
|
"lgt92"
|
|
],
|
|
"linkerscript": "targets/stm32l072czt6.ld",
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "stlink-v2",
|
|
"openocd-target": "stm32f0x"
|
|
} |