mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-11 00:39:34 +08:00
1.2 KiB
1.2 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
v0.6.0 - 2020-06-20
Changed
Mtvec::trap_mode(),Stvec::trap_mode()andUtvec::trap_mode()functions now returnOption<TrapMode>(breaking change)- Updated Minimum Supported Rust Version to 1.42.0
- Use
llvm_asm!instead ofasm!
Removed
- vexriscv-specific registers were moved to the
vexriscvcrate
v0.5.6 - 2020-03-14
Added
- Added vexriscv-specific registers
v0.5.5 - 2020-02-28
Added
- Added
riscv32i-unknown-none-elftarget support - Added user trap setup and handling registers
- Added write methods for the
mipandsatpregisters - Added
midelegregister - Added Changelog
Changed
- Fixed MSRV by restricting the upper bound of
bare-metalversion