mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +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
|
|
@ -10,13 +10,14 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
rtic = { path = "../../rtic" }
|
||||
heapless = "0.8.0"
|
||||
hifive1 = { git = "https://github.com/romancardenas/hifive1.git", features = ["board-redv"] }
|
||||
e310x = { git = "https://github.com/greenlsi/e310x.git", features = ["rt"]}
|
||||
riscv-rt = {version = "0.12.1", features = ["single-hart"]}
|
||||
riscv = "0.11.0"
|
||||
heapless = { version = "0.8.0", features = ["portable-atomic-unsafe-assume-single-core"] }
|
||||
hifive1 = { git = "https://github.com/riscv-rust/e310x.git", branch = "ehv1", features = ["board-redv"] }
|
||||
riscv-rt = {version = "0.13.0", features = ["single-hart"]}
|
||||
riscv = "0.12.1"
|
||||
semihosting = { version = "0.1", features = ["stdio", "panic-handler"] }
|
||||
portable-atomic = { version = "1.9", features = ["unsafe-assume-single-core", "force-amo"] }
|
||||
|
||||
[features]
|
||||
riscv-clint-backend = ["rtic/riscv-clint-backend"]
|
||||
riscv-mecall-backend = ["rtic/riscv-mecall-backend"]
|
||||
test-critical-section = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue