Module r3_port_arm::_changelog_
source · 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.2.3 - 2022-11-16
Changed
- Breaking (semver-exempt): Change the target compiler version to
nightly-2022-11-10
0.2.2 - 2022-03-30
Changed
- Breaking (semver-exempt): Change the target compiler version to
nightly-2022-03-30
0.2.1 - 2022-03-19
Fixed
- Improve rustdoc theme detection on docs.rs
0.2.0 - 2022-03-15
Changed
- Breaking: Adjusted for the new design of R3-OS (separation between interface and implementation). Supports
r3_kernel ^0.1
. - Breaking (semver-exempt): Change the target compiler version to
nightly-2022-03-10
Fixed
- The default stack alignment (
PortThreading::STACK_ALIGN
) now conforms to the architectural requirement (double-word alignment).
0.1.2 - 2021-10-29
This release only includes changes to the documentation.
0.1.1 - 2021-10-23
Changed
- Breaking (semver-exempt): Change the target compiler version to
nightly-2021-10-18
- Upgrade
r0
to^1.0.0
- Replace
register 1
withtock-registers 0.7
becausetock-registers 0.6
, which is used byregister
, isn’t compatible with the current target compiler.
Fixed
- Remove
#[naked]
when inlining is prerequisite for correctness; functions with#[naked]
are no longer eligible for inlining as of rust-lang/rust#79192. - Rewrite invalid
#[naked]
functions in valid forms
0.1.0 - 2020-11-03
Initial release.