mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Prepare for new riscv ecosystem
This commit is contained in:
parent
bac77de9bc
commit
183e73904a
14 changed files with 164 additions and 134 deletions
|
|
@ -3,9 +3,9 @@ runner = "qemu-system-riscv32 -machine sifive_e,revb=true -nographic -semihostin
|
|||
# runner = "riscv64-unknown-elf-gdb -q -x gdb_init"
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Thifive1-link.x",
|
||||
"--cfg", "portable_atomic_target_feature=\"zaamo\"",
|
||||
]
|
||||
|
||||
[build]
|
||||
# Pick ONE of these compilation targets
|
||||
# target = "riscv32imc-unknown-none-elf" # non-atomic support
|
||||
target = "riscv32imac-unknown-none-elf" # atomic support (partial)
|
||||
target = "riscv32imc-unknown-none-elf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue