aboutsummaryrefslogtreecommitdiff
path: root/examples/hifive1/Cargo.toml
diff options
context:
space:
mode:
authorRomán Cárdenas Rodríguez <rcardenas.rod@gmail.com>2025-01-28 12:38:07 +0100
committerHenrik Tjäder <henrik@tjaders.com>2025-03-12 19:41:40 +0000
commit6b021de4a0f0400d21453d9913aba57c6b395f1c (patch)
treea47dc793c390a8e7f3b3200f73d8cc32a9e2e8e7 /examples/hifive1/Cargo.toml
parent183e73904a5d14e29f8a7edbb2d9553dddb736af (diff)
Add mecall backend
Diffstat (limited to 'examples/hifive1/Cargo.toml')
-rw-r--r--examples/hifive1/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hifive1/Cargo.toml b/examples/hifive1/Cargo.toml
index fcd5729..85b8fdd 100644
--- a/examples/hifive1/Cargo.toml
+++ b/examples/hifive1/Cargo.toml
@@ -11,11 +11,11 @@ edition = "2021"
[dependencies]
rtic = { path = "../../rtic" }
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"] }
+hifive1 = { version = "0.13.0", 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"] }
+portable-atomic = { version = "1", features = ["unsafe-assume-single-core", "force-amo"] }
[features]
riscv-clint-backend = ["rtic/riscv-clint-backend"]