mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fix config pickup behaviour so that both examples and usage-examples build
correctly
This commit is contained in:
parent
859cd418f0
commit
d838286de6
4 changed files with 39 additions and 15 deletions
|
|
@ -2,13 +2,5 @@
|
|||
xtask = "run --package xtask --"
|
||||
pxtask = "run --package xtask --features rayon --"
|
||||
|
||||
[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",
|
||||
]
|
||||
# Don't define the RUSTFLAGS link.x thing here: it messes
|
||||
# up compilation of the usage examples.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue