File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ v0.5.5] - 2020-02-28
11
+
12
+ ### Added
13
+
14
+ - Added ` riscv32i-unknown-none-elf ` target support
15
+ - Added user trap setup and handling registers
16
+ - Added write methods for the ` mip ` and ` satp ` registers
17
+ - Added ` mideleg ` register
18
+ - Added Changelog
19
+
20
+ ### Changed
21
+
22
+ - Fixed MSRV by restricting the upper bound of ` bare-metal ` version
23
+
24
+ [ Unreleased ] : https://github.com/rust-embedded/riscv/compare/v0.5.5...HEAD
25
+ [ v0.5.5 ] : https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv"
3
- version = " 0.5.4 "
3
+ version = " 0.5.5 "
4
4
repository = " https://github.com/rust-embedded/riscv"
5
5
authors = [
" The RISC-V Team <[email protected] >" ]
6
6
categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments