v0.9.0
This commit is contained in:
parent
72f9cdccae
commit
e96ee18df6
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
### Changed
|
### Changed
|
||||||
|
### Removed
|
||||||
|
## [0.9.0] - 2018-02-14
|
||||||
### Removed
|
### Removed
|
||||||
- Debug assertion in Peripherals::steal() is removed so peripherals can be stolen in panic_fmt.
|
- Debug assertion in Peripherals::steal() is removed so peripherals can be stolen in panic_fmt.
|
||||||
## [0.8.0] - 2018-02-13
|
## [0.8.0] - 2018-02-13
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Kjetil Kjeka <kjetilkjeka@gmail.com>"]
|
authors = ["Kjetil Kjeka <kjetilkjeka@gmail.com>"]
|
||||||
name = "s32k144"
|
name = "s32k144"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
|
|
||||||
description = "Peripheral access API for NXP S32K144 microcontrollers (generated using svd2rust)"
|
description = "Peripheral access API for NXP S32K144 microcontrollers (generated using svd2rust)"
|
||||||
repository = "https://github.com/kjetilkjeka/s32k144.rs"
|
repository = "https://github.com/kjetilkjeka/s32k144.rs"
|
||||||
|
Loading…
Reference in New Issue
Block a user