We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4dd36 commit 300338fCopy full SHA for 300338f
.cargo/config
@@ -5,9 +5,9 @@
5
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
6
# uncomment ONE of these three option to make `cargo run` start a GDB session
7
# which option to pick depends on your system
8
-# runner = "arm-none-eabi-gdb -x openocd.gdb"
9
-# runner = "gdb-multiarch -x openocd.gdb"
10
-# runner = "gdb -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"
11
12
rustflags = [
13
# LLD (shipped with the Rust toolchain) is used as the default linker
0 commit comments