flash: add openocd-verify

This commit is contained in:
sago35
2022-03-24 18:37:29 +09:00
committed by Ron Evans
parent f613cb41a3
commit 09a3c6a16b
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -59,6 +59,7 @@ type TargetSpec struct {
OpenOCDTarget string `json:"openocd-target"`
OpenOCDTransport string `json:"openocd-transport"`
OpenOCDCommands []string `json:"openocd-commands"`
OpenOCDVerify *bool `json:"openocd-verify"` // enable verify when flashing with openocd
JLinkDevice string `json:"jlink-device"`
CodeModel string `json:"code-model"`
RelocationModel string `json:"relocation-model"`