·
48 commits
to master
since this release
A new batch of RISC-V releases is now available at crates.io! Here we enumerate the most important changes, but please read the CHANGELOG.md files for further details.
riscv-types v0.1.0
This crate substitutes riscv-pac, which is now deprecated
riscv v0.16.0
- Added new CSRs (@0xllx0 @KushalMeghani1644)
- New
rtandrt-v-trapfeatures to opt-inriscv-rt-related code inriscv::pac_enummacro (@romancardenas)
riscv-rt v0.17.0
- New
no-mhartidandno-xtvecfeatures to support more targets (@Shatur) - Fix
v-trapcore interrupt soRISCV_RT_BASE_ISAmust be defined (@kurtjd) - Fix stack allocation algorithm for multi-core targets without M extension (@romancardenas )