diff options
| author | Jonas Jacobsson <01joja@gmail.com> | 2022-09-27 15:29:03 +0000 |
|---|---|---|
| committer | Jonas Jacobsson <01joja@gmail.com> | 2022-09-27 15:29:03 +0000 |
| commit | ccbaea82aa6a55f6774b6eccad975382900f86d9 (patch) | |
| tree | 0657a1d117372cb31637bfdc8e63de59bdcd1847 /.cargo/config | |
| parent | b87fca3d21d92018ac4d50b200cf8e77cb577028 (diff) | |
.toml and note aboute target
Diffstat (limited to '.cargo/config')
| -rw-r--r-- | .cargo/config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index d70faef..0000000 --- a/.cargo/config +++ /dev/null @@ -1,13 +0,0 @@ -[alias] -xtask = "run --package xtask --" - -[target.thumbv6m-none-eabi] -runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel" - -[target.thumbv7m-none-eabi] -runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel" - -[target.'cfg(all(target_arch = "arm", target_os = "none"))'] -rustflags = [ - "-C", "link-arg=-Tlink.x", -]
\ No newline at end of file |
