forked from platformio/platformio-core
Fix broken debug configuration
This commit is contained in:
2
examples
2
examples
Submodule examples updated: bf351dbce1...9070288cff
@ -23,15 +23,15 @@ end
|
|||||||
|
|
||||||
target extended-remote $DEBUG_PORT
|
target extended-remote $DEBUG_PORT
|
||||||
monitor init
|
monitor init
|
||||||
pio_reset_halt_target
|
|
||||||
$LOAD_CMDS
|
$LOAD_CMDS
|
||||||
|
pio_reset_halt_target
|
||||||
$INIT_BREAK
|
$INIT_BREAK
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GDB_STUTIL_INIT_CONFIG = """
|
GDB_STUTIL_INIT_CONFIG = """
|
||||||
define pio_reset_halt_target
|
define pio_reset_halt_target
|
||||||
monitor halt
|
|
||||||
monitor reset
|
monitor reset
|
||||||
|
monitor halt
|
||||||
end
|
end
|
||||||
|
|
||||||
define pio_reset_target
|
define pio_reset_target
|
||||||
@ -39,8 +39,8 @@ define pio_reset_target
|
|||||||
end
|
end
|
||||||
|
|
||||||
target extended-remote $DEBUG_PORT
|
target extended-remote $DEBUG_PORT
|
||||||
pio_reset_halt_target
|
|
||||||
$LOAD_CMDS
|
$LOAD_CMDS
|
||||||
|
pio_reset_halt_target
|
||||||
$INIT_BREAK
|
$INIT_BREAK
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -57,8 +57,8 @@ end
|
|||||||
target extended-remote $DEBUG_PORT
|
target extended-remote $DEBUG_PORT
|
||||||
monitor clrbp
|
monitor clrbp
|
||||||
monitor speed auto
|
monitor speed auto
|
||||||
pio_reset_halt_target
|
|
||||||
$LOAD_CMDS
|
$LOAD_CMDS
|
||||||
|
pio_reset_halt_target
|
||||||
$INIT_BREAK
|
$INIT_BREAK
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -102,8 +102,8 @@ end
|
|||||||
|
|
||||||
target extended-remote $DEBUG_PORT
|
target extended-remote $DEBUG_PORT
|
||||||
monitor erase
|
monitor erase
|
||||||
pio_reset_halt_target
|
|
||||||
$LOAD_CMDS
|
$LOAD_CMDS
|
||||||
|
pio_reset_halt_target
|
||||||
$INIT_BREAK
|
$INIT_BREAK
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ define pio_reset_target
|
|||||||
end
|
end
|
||||||
|
|
||||||
target extended-remote $DEBUG_PORT
|
target extended-remote $DEBUG_PORT
|
||||||
pio_reset_halt_target
|
|
||||||
$LOAD_CMDS
|
$LOAD_CMDS
|
||||||
|
pio_reset_halt_target
|
||||||
$INIT_BREAK
|
$INIT_BREAK
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user