diff --git a/.cargo/config b/.cargo/config index 7720f4f..f47c879 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,5 +1,5 @@ [target.thumbv7em-none-eabihf] -runner = 'arm-none-eabi-gdb -q -x openocd.gdb' +runner = "arm-none-eabi-gdb -q -tui -x openocd.gdb" rustflags = [ "-C", "link-arg=-Tlink.x", ]