mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +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
+3
-3
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user