Skip to content

riscv v0.16.0

Latest

Choose a tag to compare

@romancardenas romancardenas released this 24 Dec 11:33
· 48 commits to master since this release
c77e937

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

riscv-rt v0.17.0

  • New no-mhartid and no-xtvec features to support more targets (@Shatur)
  • Fix v-trap core interrupt so RISCV_RT_BASE_ISA must be defined (@kurtjd)
  • Fix stack allocation algorithm for multi-core targets without M extension (@romancardenas )