mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
.toml and note aboute target
This commit is contained in:
parent
b87fca3d21
commit
ccbaea82aa
3 changed files with 6 additions and 6 deletions
13
.cargo/config.toml
Normal file
13
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue