k210-example icon indicating copy to clipboard operation
k210-example copied to clipboard

out of date

Open w0x7c00 opened this issue 3 years ago • 2 comments

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

w0x7c00 avatar Feb 18 '22 08:02 w0x7c00

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 avatar Oct 21 '22 17:10 AlexisTM

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

AlexisTM avatar Jan 23 '23 19:01 AlexisTM