
Change openocd interface from stlink-v2 to stlink (interface/stlink-v2.cfg is deprecated)
13 строки
221 Б
JSON
13 строки
221 Б
JSON
{
|
|
"inherits": [
|
|
"stm32l0x2"
|
|
],
|
|
"build-tags": [
|
|
"lgt92"
|
|
],
|
|
"serial": "uart",
|
|
"linkerscript": "targets/stm32l072czt6.ld",
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "stlink",
|
|
"openocd-target": "stm32l0"
|
|
}
|