added jlink.gdb file and updated submodules

This commit is contained in:
Robin Müller 2021-11-06 20:22:25 +01:00
parent 041f547a4f
commit c4190e0bd7
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
4 changed files with 13 additions and 2 deletions

View File

@ -4,6 +4,7 @@
# runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# runner = "gdb-multiarch -q -x openocd.gdb"
# runner = "gdb -q -x openocd.gdb"
runner = "gdb-multiarch -q -x jlink.gdb"
rustflags = [
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x

10
jlink.gdb Normal file
View 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