You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Change Log
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
Added
- Added Sync & Send ability to Pin
v0.10.0 - 2018-12-23
Added
- Reworked GPIOs and added fully erased pins
- Timer support
- Support for STM32F070
- Additional peripheral support for STM32F030
- Watchdog support
Changed
- Removed superfluous use statements
- Re-added Send ability for U(S)ART Rx/Tx
- Made crate to compile without features
- Eliminated a lot of unused warnings
Fixed
- Fixed some comments
- Changed some prelude aliases to reflect crate name
Removed
- Examples requiring additional driver crates
v0.9.0 - 2018-12-17
Added
- Toggleable implementation for GPIOs
- Initial support for STM32F030
- LICENSE file
Changed
- Updated stm32f0 dependency to v0.5.0.
- Interrupt handler to new #[interrupt] attribute