mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
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:
committed by
Ron Evans
parent
eec915170d
commit
7fa13ed0a6
+2
-2
@@ -8,6 +8,6 @@
|
|||||||
"serial": "uart",
|
"serial": "uart",
|
||||||
"linkerscript": "targets/stm32l072czt6.ld",
|
"linkerscript": "targets/stm32l072czt6.ld",
|
||||||
"flash-method": "openocd",
|
"flash-method": "openocd",
|
||||||
"openocd-interface": "stlink-v2",
|
"openocd-interface": "stlink",
|
||||||
"openocd-target": "stm32f0x"
|
"openocd-target": "stm32l0"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user