@@ -7,20 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.0] - 2019-12-27
11+
1012### Added
1113
1214- USB Driver for all devices except ` stm32f301 ` and ` stm32f334 ` as they have no
1315 USB peripheral. ([ #24 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/24 ) )
1416- ` StatefulOutputPin ` and ` ToggleableOutputPin ` ([ #25 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/25 ) )
15- - Support devices with 2-bit PLLSRC fields
16- - This allow using 72 MHz ` sysclk ` on the ` stm32f303 `
17+ - Support devices with 2-bit PLLSRC fields ( [ # 31 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/33 ) )
18+ - This allows using 72 MHz ` sysclk ` on the ` stm32f303 `
1719- Analog gpio trait ([ #33 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/33 ) )
1820- Add PWM Channels ([ #34 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/34 ) )
1921- SPI embedded hal modes are now public ([ #35 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
2022
2123### Breaking changes
2224
23- - Alternate gpio functions are now made only available for devices, which have them.
25+ - Alternate gpio functions are now ** only** made available for devices, which have them.
2426 ([ #21 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/21 ) )
2527- ` stm32f303 ` is now split into ` stm32f303xd ` and ` stm32f303xe ` as they provide
2628 different alternate gpio functions. ` stm32f303 ` is still available.
@@ -33,7 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3335
3436### Added
3537
36- - HSE and USB clock are now suppported ([ #18 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
38+ - HSE and USB clock are now supported ([ #18 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
3739
3840### Changed
3941
@@ -47,7 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4749
4850## [ v0.2.2] - 2019-07-06
4951
50- ## Fix
52+ ## Fixed
5153
5254- Missing ` stm32f303 ` timers ([ #16 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/16 ) )
5355
@@ -62,7 +64,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6264### Changed
6365
6466- Bump ` stm32f3 ` version to ` 0.7.1 ` ([ #12 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/12 ) )
65- - BUmp ` embedded-hal ` version to ` 0.2.1 ` ([ #11 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/11 ) )
67+ - Bump ` embedded-hal ` version to ` 0.2.1 ` ([ #11 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/11 ) )
6668
6769### Fixed
6870
@@ -88,7 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8890
8991### Added
9092
91- - Implement GPIO InputPin traits ([ #2 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/2 ) )
93+ - Implement GPIO ` InputPin ` traits ([ #2 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/2 ) )
9294
9395## [ v0.1.2] - 2019-04-06
9496
@@ -107,3 +109,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
107109## [ v0.1.0] - 2019-03-31
108110
109111- Support ` stm32f303 ` device
112+
113+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...HEAD
114+ [ v0.4.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
115+ [ v0.3.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0
116+ [ v0.2.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.2...v0.2.3
117+ [ v0.2.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.1...v0.2.2
118+ [ v0.2.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.0...v0.2.1
119+ [ v0.2.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.5...v0.2.0
120+ [ v0.1.5 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.4...v0.1.5
121+ [ v0.1.4 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.3...v0.1.4
122+ [ v0.1.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.2...v0.1.3
123+ [ v0.1.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.1...v0.1.2
124+ [ v0.1.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.1.1
0 commit comments