|
@@ -20,7 +20,7 @@ rustsbi = { version = "0.4.0", features = ["machine"], path = "../../library/rus
|
|
|
sbi-spec = { version = "0.0.8", features = ["legacy"], path = "../../library/sbi-spec" }
|
|
|
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
|
|
|
fast-trap = { version = "0.1.0", features = ["riscv-m"] }
|
|
|
-serde-device-tree = { git = "https://github.com/rustsbi/serde-device-tree", default-features = false }
|
|
|
+serde-device-tree = { git = "https://github.com/rustsbi/serde-device-tree", rev = "e7f9404f", default-features = false }
|
|
|
uart_xilinx = { git = "https://github.com/duskmoon314/uart-rs/" }
|
|
|
xuantie-riscv = { git= "https://github.com/rustsbi/xuantie" }
|
|
|
bouffalo-hal = { git = "https://github.com/rustsbi/bouffalo-hal", rev = "968b949", features = ["bl808"] }
|