k210-example
k210-example copied to clipboard
out of date
编译很多地方报错,怀疑库升级导致不兼容
You could use:
git clone https://github.com/riscv-rust/k210-crates
cd k210-pac
git reset
git checkout .
cd ../k210-crates
cargo b
I just bumped the versions of all dependencies branches in two PRs: https://github.com/riscv-rust/k210-pac/pull/39 riscv-rust/k210-example#6
This should help you get a working example