added jlink.gdb file and updated submodules
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
# runner = "arm-none-eabi-gdb -q -x openocd.gdb"
|
# runner = "arm-none-eabi-gdb -q -x openocd.gdb"
|
||||||
# runner = "gdb-multiarch -q -x openocd.gdb"
|
# runner = "gdb-multiarch -q -x openocd.gdb"
|
||||||
# runner = "gdb -q -x openocd.gdb"
|
# runner = "gdb -q -x openocd.gdb"
|
||||||
|
runner = "gdb-multiarch -q -x jlink.gdb"
|
||||||
|
|
||||||
rustflags = [
|
rustflags = [
|
||||||
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
|
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
|
||||||
|
10
jlink.gdb
Normal file
10
jlink.gdb
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
target remote localhost:2331
|
||||||
|
|
||||||
|
monitor reset
|
||||||
|
|
||||||
|
# *try* to stop at the user entry point (it might be gone due to inlining)
|
||||||
|
break main
|
||||||
|
|
||||||
|
load
|
||||||
|
|
||||||
|
continue
|
Submodule va108xx-hal-rs updated: a463332d58...ca4ecc6ac6
Submodule vorago-reb1-rs updated: 8314be2586...993f8c8c89
Reference in New Issue
Block a user