Skip to content

Commit

Permalink
Merge pull request #143 from luojia65/luojia65/sdmmc
Browse files Browse the repository at this point in the history
[board] sd/mmc bootloading support for 100ask-d1-h
  • Loading branch information
luojia65 authored Jan 22, 2025
2 parents 4831763 + d061ea7 commit 3d65bd8
Show file tree
Hide file tree
Showing 9 changed files with 347 additions and 51 deletions.
143 changes: 114 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion board/100ask-d1-h-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ default-target = "riscv64imac-unknown-none-elf"
embedded-hal = "1.0.0"
embedded-cli = "0.2.1"
embedded-io = "0.6.1"
embedded-time = "0.12.1"
riscv = "0.12.1"
panic-halt = "0.2.0"
syterkit = { path = "../../rust", features = ["sun20iw1"]}
syterkit = { path = "../../rust", features = ["sun20iw1"] }
allwinner-hal = { git = "https://github.com/rustsbi/allwinner-hal" }
ufmt = "0.2.0"
num-traits = { version = "0.2.19", default-features = false }
# log = "0.4.22"
embedded-sdmmc = "0.8.1"

[[bin]]
name = "syterkit-100ask-d1-h"
Expand Down
Loading

0 comments on commit 3d65bd8

Please sign in to comment.