aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config6
1 files changed, 0 insertions, 6 deletions
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"