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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.0] - 2020-07-21
11
+
10
12
### Added
11
13
12
14
- Implement ` InputPin ` for ` Output<OpenDrain> ` pins ([ #114 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/114 ) )
13
15
- Support for safe one-shot DMA transfers ([ #86 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/86 ) )
14
16
- 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 ) )
16
18
17
19
### Fixed
18
20
@@ -189,7 +191,8 @@ let clocks = rcc
189
191
190
192
- Support ` stm32f303 ` device
191
193
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
193
196
[ v0.4.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...v0.4.3
194
197
[ v0.4.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
195
198
[ 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"
9
9
readme = " README.md"
10
10
repository = " https://github.com/stm32-rs/stm32f3xx-hal"
11
11
documentation = " https://docs.rs/stm32f3xx-hal"
12
- version = " 0.4.3 "
12
+ version = " 0.5.0 "
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" stm32f303xc" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments