From 63d4ce8154eb8f6feb67986e98ea9b5007632460 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 24 Jun 2019 21:14:32 -0400 Subject: Initial commit. --- app/.cargo/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/.cargo/config (limited to 'app/.cargo/config') diff --git a/app/.cargo/config b/app/.cargo/config new file mode 100644 index 0000000..b6cdff0 --- /dev/null +++ b/app/.cargo/config @@ -0,0 +1,6 @@ +[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