diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-05 09:01:05 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-05 09:01:10 -0400 |
commit | 5fe4d5c69fc6ae821c224e6ed4ddd86c285c5c6b (patch) | |
tree | 4f28baa83f3c02d12f5a1256d20cbbaf2182184b /.cargo/config | |
parent | e02128bd4d9d2716b55be5db3dccb18f92f01e9c (diff) | |
download | atsamd-usb-host-5fe4d5c69fc6ae821c224e6ed4ddd86c285c5c6b.tar.gz atsamd-usb-host-5fe4d5c69fc6ae821c224e6ed4ddd86c285c5c6b.zip |
Remove .cargo/config by moving it to Makefile.
Since I'm using `make` anyway, might as well consolidate build rules
there.
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 6 |
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" |