From 3c71e3a2a3af39d579c2649fddf0c8ba835bfa01 Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Thu, 7 Jul 2022 21:51:38 +0200 Subject: Move rust firmware in subdir ... for the upcoming Ada one. --- firmware/.cargo/config | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 firmware/.cargo/config (limited to 'firmware/.cargo') diff --git a/firmware/.cargo/config b/firmware/.cargo/config deleted file mode 100644 index 96e1aaa..0000000 --- a/firmware/.cargo/config +++ /dev/null @@ -1,12 +0,0 @@ -[target.thumbv6m-none-eabi] - -# 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 = "gdb -q -x openocd.gdb" - -rustflags = ["-C", "link-arg=-Tlink.x"] - -[build] -target = "thumbv6m-none-eabi" -- cgit v1.2.3