Update debug configuration

This commit is contained in:
Ivan Kravets 2017-04-28 01:26:55 +03:00
parent aab149d81d
commit ce05d292f2
60 changed files with 36 additions and 635 deletions

View File

@ -25,14 +25,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,7 @@
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, },
"gdbinit": [ "default": true
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"stlink-v2-1": { "stlink-v2-1": {
"server": { "server": {
@ -39,15 +32,7 @@
"-f", "scripts/target/stm32f1x.cfg", "-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"blackmagic": { "blackmagic": {
"hwids": [ "hwids": [
@ -56,23 +41,13 @@
"0x6018" "0x6018"
] ]
], ],
"require_debug_port": true, "require_debug_port": true
"gdbinit": [ }
"target extended-remote $DEBUG_PORT",
"monitor swdp_scan",
"attach 1",
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"tb main"
]
} }
}, },
"default_tool": "stlink-v2"
},
"frameworks": [ "frameworks": [
"mbed", "arduino",
"arduino" "mbed"
], ],
"name": "BluePill F103C8", "name": "BluePill F103C8",
"upload": { "upload": {

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f0discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f0discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f0discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f0discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -26,14 +26,6 @@
"-c", "reset_config srst_only" "-c", "reset_config srst_only"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -28,14 +28,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f3discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f3discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f334discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f334discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f4discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f4discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -28,14 +28,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f4discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f4discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f429discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f429discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f469discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f469discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f7discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f7discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f7discovery.cfg"] "arguments": ["-f", "scripts/board/stm32f7discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32l0discovery.cfg"] "arguments": ["-f", "scripts/board/stm32l0discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -27,14 +27,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_l1.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_l1.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -21,14 +21,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32l4discovery.cfg"] "arguments": ["-f", "scripts/board/stm32l4discovery.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -19,15 +19,7 @@
"package": "tool-openocd", "package": "tool-openocd",
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
} }
} }
}, },

View File

@ -25,14 +25,7 @@
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, },
"gdbinit": [ "default": true
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"stlink-v2-1": { "stlink-v2-1": {
"server": { "server": {
@ -44,15 +37,7 @@
"-f", "scripts/target/stm32f1x.cfg", "-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"blackmagic": { "blackmagic": {
"hwids": [ "hwids": [
@ -61,19 +46,9 @@
"0x6018" "0x6018"
] ]
], ],
"require_debug_port": true, "require_debug_port": true
"gdbinit": [ }
"target extended-remote $DEBUG_PORT",
"monitor swdp_scan",
"attach 1",
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"tb main"
]
} }
},
"default_tool": "stlink-v2"
}, },
"frameworks": ["arduino"], "frameworks": ["arduino"],
"name": "STM32F103C8 (20k RAM. 64k Flash)", "name": "STM32F103C8 (20k RAM. 64k Flash)",

View File

@ -25,14 +25,7 @@
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, },
"gdbinit": [ "default": true
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"stlink-v2-1": { "stlink-v2-1": {
"server": { "server": {
@ -44,15 +37,7 @@
"-f", "scripts/target/stm32f1x.cfg", "-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"blackmagic": { "blackmagic": {
"hwids": [ "hwids": [
@ -61,19 +46,9 @@
"0x6018" "0x6018"
] ]
], ],
"require_debug_port": true, "require_debug_port": true
"gdbinit": [ }
"target extended-remote $DEBUG_PORT",
"monitor swdp_scan",
"attach 1",
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"tb main"
]
} }
},
"default_tool": "stlink-v2"
}, },
"frameworks": ["arduino"], "frameworks": ["arduino"],
"name": "STM32F103CB (20k RAM. 128k Flash)", "name": "STM32F103CB (20k RAM. 128k Flash)",

View File

@ -25,14 +25,7 @@
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, },
"gdbinit": [ "default": true
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"stlink-v2-1": { "stlink-v2-1": {
"server": { "server": {
@ -44,15 +37,7 @@
"-f", "scripts/target/stm32f1x.cfg", "-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"blackmagic": { "blackmagic": {
"hwids": [ "hwids": [
@ -61,19 +46,9 @@
"0x6018" "0x6018"
] ]
], ],
"require_debug_port": true, "require_debug_port": true
"gdbinit": [ }
"target extended-remote $DEBUG_PORT",
"monitor swdp_scan",
"attach 1",
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"tb main"
]
} }
},
"default_tool": "stlink-v2"
}, },
"frameworks": ["arduino"], "frameworks": ["arduino"],
"name": "STM32F103R8 (20k RAM. 64 Flash)", "name": "STM32F103R8 (20k RAM. 64 Flash)",

View File

@ -25,14 +25,7 @@
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, },
"gdbinit": [ "default": true
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"stlink-v2-1": { "stlink-v2-1": {
"server": { "server": {
@ -44,15 +37,7 @@
"-f", "scripts/target/stm32f1x.cfg", "-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"blackmagic": { "blackmagic": {
"hwids": [ "hwids": [
@ -61,19 +46,9 @@
"0x6018" "0x6018"
] ]
], ],
"require_debug_port": true, "require_debug_port": true
"gdbinit": [ }
"target extended-remote $DEBUG_PORT",
"monitor swdp_scan",
"attach 1",
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"tb main"
]
} }
},
"default_tool": "stlink-v2"
}, },
"frameworks": ["arduino"], "frameworks": ["arduino"],
"name": "STM32F103RB (20k RAM. 128k Flash)", "name": "STM32F103RB (20k RAM. 128k Flash)",

View File

@ -25,14 +25,7 @@
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, },
"gdbinit": [ "default": true
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"stlink-v2-1": { "stlink-v2-1": {
"server": { "server": {
@ -44,15 +37,7 @@
"-f", "scripts/target/stm32f1x.cfg", "-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"blackmagic": { "blackmagic": {
"hwids": [ "hwids": [
@ -61,19 +46,9 @@
"0x6018" "0x6018"
] ]
], ],
"require_debug_port": true, "require_debug_port": true
"gdbinit": [ }
"target extended-remote $DEBUG_PORT",
"monitor swdp_scan",
"attach 1",
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"tb main"
]
} }
},
"default_tool": "stlink-v2"
}, },
"frameworks": ["arduino"], "frameworks": ["arduino"],
"name": "STM32F103RC (48k RAM. 256k Flash)", "name": "STM32F103RC (48k RAM. 256k Flash)",

View File

@ -25,14 +25,7 @@
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, },
"gdbinit": [ "default": true
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"stlink-v2-1": { "stlink-v2-1": {
"server": { "server": {
@ -44,15 +37,7 @@
"-f", "scripts/target/stm32f1x.cfg", "-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
}, },
"blackmagic": { "blackmagic": {
"hwids": [ "hwids": [
@ -61,19 +46,9 @@
"0x6018" "0x6018"
] ]
], ],
"require_debug_port": true, "require_debug_port": true
"gdbinit": [ }
"target extended-remote $DEBUG_PORT",
"monitor swdp_scan",
"attach 1",
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"tb main"
]
} }
},
"default_tool": "stlink-v2"
}, },
"frameworks": ["arduino"], "frameworks": ["arduino"],
"name": "STM32F103RE (64k RAM. 512k Flash)", "name": "STM32F103RE (64k RAM. 512k Flash)",

View File

@ -19,15 +19,7 @@
"package": "tool-openocd", "package": "tool-openocd",
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_l1.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_l1.cfg"]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
} }
} }
}, },

View File

@ -19,15 +19,7 @@
"package": "tool-openocd", "package": "tool-openocd",
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
} }
} }
}, },

View File

@ -19,15 +19,7 @@
"package": "tool-openocd", "package": "tool-openocd",
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
} }
} }
}, },

View File

@ -19,15 +19,7 @@
"package": "tool-openocd", "package": "tool-openocd",
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
} }
} }
}, },

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f0.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -24,14 +24,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f103rb.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f103rb.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -26,14 +26,6 @@
"-c", "reset_config srst_only" "-c", "reset_config srst_only"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f3.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -26,14 +26,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"-c", "reset_config srst_nogate" "-c", "reset_config srst_nogate"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"-c", "reset_config srst_only" "-c", "reset_config srst_only"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"-c", "reset_config srst_only" "-c", "reset_config srst_only"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"-c", "reset_config srst_only" "-c", "reset_config srst_only"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"-c", "reset_config srst_only" "-c", "reset_config srst_only"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"-c", "reset_config srst_only" "-c", "reset_config srst_only"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_l1.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_l1.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -25,14 +25,6 @@
"-c", "reset_config srst_only" "-c", "reset_config srst_only"
] ]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_l476rg.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_l476rg.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -20,14 +20,6 @@
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, },
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true "onboard": true
} }
} }

View File

@ -19,15 +19,7 @@
"package": "tool-openocd", "package": "tool-openocd",
"executable": "bin/openocd", "executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"] "arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
}, }
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
]
} }
} }
}, },