File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.1] - 2020-03-07
11+
1012### Added
1113
12- - Use Infallible error type for UART
13- - Implement blocking Write for UART
14- - Implement blocking Read for I2C
14+ - Use Infallible error type for UART ( [ # 50 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/50 ) )
15+ - Implement blocking Write for UART ( [ # 50 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/50 ) )
16+ - Implement blocking Read for I2C ( [ # 52 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/52 ) )
1517
1618### Fixed
17- - Regression in v0.4.0 that set SPI to LSB-first ordering
19+
20+ - Regression in v0.4.0 that set SPI to LSB-first ordering ([ #60 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/60 ) )
1821
1922## [ v0.4.0] - 2019-12-27
2023
@@ -120,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
120123
121124- Support ` stm32f303 ` device
122125
123- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...HEAD
126+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.1...HEAD
127+ [ v0.4.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
124128[ v0.4.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
125129[ v0.3.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0
126130[ v0.2.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "0BSD"
88name = " stm32f3xx-hal"
99repository = " https://github.com/stm32-rs/stm32f3xx-hal"
1010documentation = " https://docs.rs/stm32f3xx-hal"
11- version = " 0.4.0 "
11+ version = " 0.4.1 "
1212
1313[package .metadata .docs .rs ]
1414features = [" stm32f303xc" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments