diff --git a/.cargo/config b/.cargo/config index f2af1fc..82b1da2 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,5 +1,5 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -runner = 'arm-none-eabi-gdb' +runner = 'arm-none-eabi-gdb -x debug.gdb' rustflags = [ # LLD (shipped with the Rust toolchain) is used as the default linker "-C", "link-arg=-Tlink.x", diff --git a/.gdbinit b/debug.gdb similarity index 100% rename from .gdbinit rename to debug.gdb