Module r3_port_riscv::_changelog_[][src]

Expand description

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.1.3 - 2021-10-29

This release only includes changes to the documentation.

0.1.2 - 2021-10-23

Changed

  • Breaking (semver-exempt): Change the target compiler version to nightly-2021-10-18
  • Support riscv ^0.5, ^0.6, and ^0.7
  • Replace register 1 with tock-registers 0.7 because tock-registers 0.6, which is used by register, isn’t compatible with the current target compiler.

Fixed

  • Rewrite invalid #[naked] functions in valid forms

0.1.1 - 2020-12-20

Changed

  • Breaking (semver-exempt): Change the target compiler version to nightly-2020-11-25

Fixed

  • Remove #[naked] when inlining is prerequisite for correctness; functions with #[naked] are no longer eligible for inlining as of rust-lang/rust#79192.

0.1.0 - 2020-11-03

Initial release.