blob: aadcc6c4ed5cd561e219007c024135de906ee95f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"inherits": [
"stm32l0x2"
],
"build-tags": [
"lgt92"
],
"serial": "uart",
"linkerscript": "targets/stm32l072czt6.ld",
"flash-method": "openocd",
"openocd-interface": "stlink",
"openocd-target": "stm32l0"
}
|