Explorar o código

Add CHANGELOG.md

Vadim Kaushan %!s(int64=5) %!d(string=hai) anos
pai
achega
5343baf47e
Modificáronse 1 ficheiros con 28 adicións e 0 borrados
  1. 28 0
      riscv-rt/CHANGELOG.md

+ 28 - 0
riscv-rt/CHANGELOG.md

@@ -0,0 +1,28 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## [Unreleased]
+
+### Added
+
+- Assure address of PC at startup
+- Implement interrupt and exception handling
+- Add support for the `riscv32i-unknown-none-elf` target
+- Added Changelog
+
+### Fixed
+
+- Fix linker script compatibility with GNU linker
+
+### Changed
+
+- Move `abort` out of the `.init` section
+- Update `r0` to v1.0.0
+- Set MSRV to 1.38
+
+
+[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.6.1...HEAD