We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f509e commit 5343bafCopy full SHA for 5343baf
riscv-rt/CHANGELOG.md
@@ -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