riscv-rust / k210-example

Example project for K210 SoC to show usage of k210-hal project
30 stars 9 forks source link

out of date #5

Open w0x7c00 opened 2 years ago

w0x7c00 commented 2 years ago

编译很多地方报错,怀疑库升级导致不兼容

AlexisTM commented 2 years ago

You could use:

git clone https://github.com/riscv-rust/k210-crates
cd k210-pac
git reset
git checkout .
cd ../k210-crates
cargo b
AlexisTM commented 1 year ago

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