Target MCU was not properly defined for LGT92 target

Change openocd interface from stlink-v2 to stlink (interface/stlink-v2.cfg is deprecated)
Этот коммит содержится в:
Olivier Fauchon 2023-01-25 08:40:31 +01:00 коммит произвёл Ron Evans
родитель eec915170d
коммит 7fa13ed0a6

Просмотреть файл

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