k210-pac
k210-pac copied to clipboard
Peripheral access API crate (PAC) for K210 SoC, generated by svd2rust
When I use k210-pac with rustc version **1.57.0-nightly (e1e9319d9 2021-10-14)** , a linker error has occurred: > rust-lld: error: /Users/ccccc/project1/target/riscv64gc-unknown-none-elf/debug/deps/libriscv-e250ddc6abcaec40.rlib(riscv.o): cannot link object files with different floating-point ABI If I...
Peripherals
- [x] CLINT #16 - [x] PLIC - [x] UARTHS - [x] GPIOHS - [x] KPU #14 - [x] FFT #25 - [x] DMAC #24 - [x] GPIO - [x]...
This regenerates the code using svd2rust 0.28.0, and bumps all libraries to the latest versions. The version was also bumped as the code is definitely not compatible. > I had...