|
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
|
|
|
|
|
|
## [v0.10.0] - 2018-12-23 |
|
|
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
- Reworked GPIOs and added fully erased pins |
|
|
|
@ -44,5 +46,6 @@ 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.9.0...HEAD |
|
|
|
|
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.0...HEAD |
|
|
|
|
[v0.10.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.9.0...v0.10.0 |
|
|
|
|
[v0.9.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.8.0...v0.9.0 |
|
|
|
|