added jlink.gdb file and updated submodules
This commit is contained in:
parent
041f547a4f
commit
c4190e0bd7
@ -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
|
@ -1 +1 @@
|
|||||||
Subproject commit a463332d582d0440c1212d409adb0a606a338ea6
|
Subproject commit ca4ecc6ac67e5f37af7c5c443309d7f401a5c2dc
|
@ -1 +1 @@
|
|||||||
Subproject commit 8314be258608e09c89d0b7718d7e6d4e8df2bcec
|
Subproject commit 993f8c8c89ac2ad81acccf8a0802846a971c8bc2
|
Loading…
Reference in New Issue
Block a user