Skip to content

Commit 5343baf

Browse files
committed
Add CHANGELOG.md
1 parent a2f509e commit 5343baf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
### Added
11+
12+
- Assure address of PC at startup
13+
- Implement interrupt and exception handling
14+
- Add support for the `riscv32i-unknown-none-elf` target
15+
- Added Changelog
16+
17+
### Fixed
18+
19+
- Fix linker script compatibility with GNU linker
20+
21+
### Changed
22+
23+
- Move `abort` out of the `.init` section
24+
- Update `r0` to v1.0.0
25+
- Set MSRV to 1.38
26+
27+
28+
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.6.1...HEAD

0 commit comments

Comments
 (0)