s32k118.rs/CHANGELOG.md

21 lines
690 B
Markdown
Raw Permalink Normal View History

2018-02-13 10:11:35 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
2018-02-14 16:07:36 +00:00
### Removed
2019-01-17 12:20:32 +00:00
## [0.10.0] - 2019-01-17
### Changed
- Regenerated crate with svd2rust v0.14.0.
- Bumped dependencies.
2018-02-14 16:07:36 +00:00
## [0.9.0] - 2018-02-14
2018-02-13 11:59:34 +00:00
### Removed
- Debug assertion in Peripherals::steal() is removed so peripherals can be stolen in panic_fmt.
2018-02-13 11:59:34 +00:00
## [0.8.0] - 2018-02-13
2018-02-13 10:11:35 +00:00
### Removed
- PCC dummy register was removed. These register should not be used as there are no hardware corresponding to them.