|
|
|
@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- Updated stm32f0 dependency to v0.8.0 (breaking change)
|
|
|
|
|
- Made blinky example more universal by reducing CS
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Added fancier example moving a resource into an exception handler
|
|
|
|
|
|
|
|
|
|
## [v0.14.1] - 2019-06-06
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
@ -137,7 +146,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
- Updated stm32f0 dependency to v0.5.0.
|
|
|
|
|
- Interrupt handler to new #[interrupt] attribute
|
|
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.1...HEAD
|
|
|
|
|
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...HEAD
|
|
|
|
|
[v0.15.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.1...v0.15.0
|
|
|
|
|
[v0.14.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.0...v0.14.1
|
|
|
|
|
[v0.14.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.13.0...v0.14.0
|
|
|
|
|
[v0.13.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.12.0...v0.13.0
|
|
|
|
|