From a484a97111d0897ac6e0e291c4432a91ebdee416 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 6 Nov 2022 14:33:36 -0500 Subject: =?UTF-8?q?cargo:=20remove=20gdbinit=20from=20=E2=80=98run?= =?UTF-8?q?=E2=80=99=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 033305c..4339ec3 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,7 +2,7 @@ target = "thumbv7em-none-eabihf" [target.thumbv7em-none-eabihf] -runner = "arm-none-eabi-gdb -x gdbinit" +runner = "arm-none-eabi-gdb" rustflags = [ "-C", "link-arg=-Tlink.x", ] -- cgit v1.2.3