Skip to content

Commit 5d46df4

Browse files
authored
Merge pull request #160 from luojia65/refactor/common-structs
[rust] refactor rust core modules and optimize RISC-V boot process with unified Config & DynamicInfo
2 parents 6f4655f + 9bad500 commit 5d46df4

File tree

11 files changed

+473
-147
lines changed

11 files changed

+473
-147
lines changed

Cargo.lock

+86-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ members = [
66
"rust/xtask",
77
"board/100ask-d1-h-rs",
88
]
9+
10+
[patch.crates-io]
11+
allwinner-hal = { git = "https://github.com/rustsbi/allwinner-hal", branch = "fix/160k-sram" }
12+
allwinner-rt = { git = "https://github.com/rustsbi/allwinner-hal", branch = "fix/160k-sram" }

board/100ask-d1-h-rs/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ embedded-time = "0.12.1"
1414
riscv = "0.12.1"
1515
panic-halt = "0.2.0"
1616
syterkit = { path = "../../rust", features = ["sun20iw1"] }
17-
allwinner-hal = { git = "https://github.com/rustsbi/allwinner-hal" }
17+
allwinner-hal = "0.0.0"
1818
ufmt = "0.2.0"
1919
num-traits = { version = "0.2.19", default-features = false }
2020
# log = "0.4.22"
21-
embedded-sdmmc = "0.8.1"
2221

2322
[[bin]]
2423
name = "syterkit-100ask-d1-h"

0 commit comments

Comments
 (0)