From c4190e0bd7fb756faad779efe85426fd83f474c7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 6 Nov 2021 20:22:25 +0100 Subject: [PATCH] added jlink.gdb file and updated submodules --- .cargo/config.toml | 1 + jlink.gdb | 10 ++++++++++ va108xx-hal-rs | 2 +- vorago-reb1-rs | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 jlink.gdb diff --git a/.cargo/config.toml b/.cargo/config.toml index c9d858b..802ad04 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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 diff --git a/jlink.gdb b/jlink.gdb new file mode 100644 index 0000000..20ff2d5 --- /dev/null +++ b/jlink.gdb @@ -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 diff --git a/va108xx-hal-rs b/va108xx-hal-rs index a463332..ca4ecc6 160000 --- a/va108xx-hal-rs +++ b/va108xx-hal-rs @@ -1 +1 @@ -Subproject commit a463332d582d0440c1212d409adb0a606a338ea6 +Subproject commit ca4ecc6ac67e5f37af7c5c443309d7f401a5c2dc diff --git a/vorago-reb1-rs b/vorago-reb1-rs index 8314be2..993f8c8 160000 --- a/vorago-reb1-rs +++ b/vorago-reb1-rs @@ -1 +1 @@ -Subproject commit 8314be258608e09c89d0b7718d7e6d4e8df2bcec +Subproject commit 993f8c8c89ac2ad81acccf8a0802846a971c8bc2