From 5fe4d5c69fc6ae821c224e6ed4ddd86c285c5c6b Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 5 Aug 2019 09:01:05 -0400 Subject: Remove .cargo/config by moving it to Makefile. Since I'm using `make` anyway, might as well consolidate build rules there. --- .cargo/config | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .cargo/config (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index b6cdff0..0000000 --- a/.cargo/config +++ /dev/null @@ -1,6 +0,0 @@ -[build] -target = "thumbv6m-none-eabi" - -[target.thumbv6m-none-eabi] -rustflags = ["-C", "link-arg=-Tlink.x"] -runner = "qemu-system-arm -pidfile qemu.pid -cpu cortex-m0 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -gdb tcp::3333 -S -kernel" -- cgit v1.2.3