mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
7fa13ed0a6
Change openocd interface from stlink-v2 to stlink (interface/stlink-v2.cfg is deprecated)
14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"inherits": [
|
|
"stm32l0x2"
|
|
],
|
|
"build-tags": [
|
|
"lgt92"
|
|
],
|
|
"serial": "uart",
|
|
"linkerscript": "targets/stm32l072czt6.ld",
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "stlink",
|
|
"openocd-target": "stm32l0"
|
|
}
|