File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.5.0] - 2020-07-21
11+
1012### Added
1113
1214- Implement ` InputPin ` for ` Output<OpenDrain> ` pins ([ #114 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/114 ) )
1315- Support for safe one-shot DMA transfers ([ #86 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/86 ) )
1416- DMA support for serial reception and transmission ([ #86 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/86 ) )
15- - ADC support for ` stm32f303 ` devices.
17+ - ADC support for ` stm32f303 ` devices ( [ # 47 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/47 ) )
1618
1719### Fixed
1820
@@ -189,7 +191,8 @@ let clocks = rcc
189191
190192- Support ` stm32f303 ` device
191193
192- [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.3...HEAD
194+ [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.5.0...HEAD
195+ [ v0.5.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.3...v0.5.0
193196[ v0.4.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...v0.4.3
194197[ v0.4.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
195198[ v0.4.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "stm32f3xx-hal"
99readme = " README.md"
1010repository = " https://github.com/stm32-rs/stm32f3xx-hal"
1111documentation = " https://docs.rs/stm32f3xx-hal"
12- version = " 0.4.3 "
12+ version = " 0.5.0 "
1313
1414[package .metadata .docs .rs ]
1515features = [" stm32f303xc" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments