diff options
Diffstat (limited to 'app/.cargo/config')
-rw-r--r-- | app/.cargo/config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/.cargo/config b/app/.cargo/config deleted file mode 100644 index b6cdff0..0000000 --- a/app/.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" |