From 6b021de4a0f0400d21453d9913aba57c6b395f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20C=C3=A1rdenas=20Rodr=C3=ADguez?= Date: Tue, 28 Jan 2025 12:38:07 +0100 Subject: Add mecall backend --- examples/hifive1/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/hifive1/Cargo.toml') 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"] -- cgit v1.2.3