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"
|
||
|
|
}
|