Target MCU was not properly defined for LGT92 target

Change openocd interface from stlink-v2 to stlink (interface/stlink-v2.cfg is deprecated)
This commit is contained in:
Olivier Fauchon
2023-01-25 08:40:31 +01:00
committed by Ron Evans
parent eec915170d
commit 7fa13ed0a6
+3 -3
View File
@@ -8,6 +8,6 @@
"serial": "uart",
"linkerscript": "targets/stm32l072czt6.ld",
"flash-method": "openocd",
"openocd-interface": "stlink-v2",
"openocd-target": "stm32f0x"
}
"openocd-interface": "stlink",
"openocd-target": "stm32l0"
}