diff options
author | Guillaume Pinot <texitoi@texitoi.eu> | 2020-08-05 00:24:04 +0200 |
---|---|---|
committer | Guillaume Pinot <texitoi@texitoi.eu> | 2020-08-05 00:24:04 +0200 |
commit | b2c4ee62884d1361ab74f52bc81721dcc8f6d557 (patch) | |
tree | 07c700b9dd64d88962122385c83f49a8174ce484 /firmware/.cargo/config | |
parent | 0a9f2cca71889e78fb0bad31a63fdb6c8e54e20f (diff) |
some cleanups
Diffstat (limited to 'firmware/.cargo/config')
-rw-r--r-- | firmware/.cargo/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/.cargo/config b/firmware/.cargo/config index 1a57e27..96e1aaa 100644 --- a/firmware/.cargo/config +++ b/firmware/.cargo/config @@ -2,8 +2,8 @@ # uncomment ONE of these three option to make `cargo run` start a GDB session # which option to pick depends on your system -runner = "arm-none-eabi-gdb -q -x openocd.gdb" -# runner = "gdb-multiarch -q -x openocd.gdb" +# runner = "arm-none-eabi-gdb -q -x openocd.gdb" +runner = "gdb-multiarch -q -x openocd.gdb" # runner = "gdb -q -x openocd.gdb" rustflags = ["-C", "link-arg=-Tlink.x"] |