File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-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.7.0] - 2020-03-10
11
+
12
+ ### Added
13
+
14
+ - Assure address of PC at startup
15
+ - Implement interrupt and exception handling
16
+ - Add support for the ` riscv32i-unknown-none-elf ` target
17
+ - Added Changelog
18
+
19
+ ### Fixed
20
+
21
+ - Fix linker script compatibility with GNU linker
22
+
23
+ ### Changed
24
+
25
+ - Move ` abort ` out of the ` .init ` section
26
+ - Update ` r0 ` to v1.0.0
27
+ - Set MSRV to 1.38
28
+
29
+
30
+ [ Unreleased ] : https://github.com/rust-embedded/riscv-rt/compare/v0.7.0...HEAD
31
+ [ v0.7.0 ] : https://github.com/rust-embedded/riscv/compare/v0.6.1...v0.7.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv-rt"
3
- version = " 0.6.1 "
3
+ version = " 0.7.0 "
4
4
repository = " https://github.com/rust-embedded/riscv-rt"
5
5
authors = [
" The RISC-V Team <[email protected] >" ]
6
6
categories = [" embedded" , " no-std" ]
You can’t perform that action at this time.
0 commit comments