@@ -7,20 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0] - 2019-12-27
11
+
10
12
### Added
11
13
12
14
- USB Driver for all devices except ` stm32f301 ` and ` stm32f334 ` as they have no
13
15
USB peripheral. ([ #24 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/24 ) )
14
16
- ` 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 `
17
19
- Analog gpio trait ([ #33 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/33 ) )
18
20
- Add PWM Channels ([ #34 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/34 ) )
19
21
- SPI embedded hal modes are now public ([ #35 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
20
22
21
23
### Breaking changes
22
24
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.
24
26
([ #21 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/21 ) )
25
27
- ` stm32f303 ` is now split into ` stm32f303xd ` and ` stm32f303xe ` as they provide
26
28
different alternate gpio functions. ` stm32f303 ` is still available.
@@ -34,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
34
36
35
37
### Added
36
38
37
- - HSE and USB clock are now suppported ([ #18 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
39
+ - HSE and USB clock are now supported ([ #18 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
38
40
39
41
### Changed
40
42
@@ -48,7 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
48
50
49
51
## [ v0.2.2] - 2019-07-06
50
52
51
- ## Fix
53
+ ## Fixed
52
54
53
55
- Missing ` stm32f303 ` timers ([ #16 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/16 ) )
54
56
@@ -63,7 +65,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
63
65
### Changed
64
66
65
67
- Bump ` stm32f3 ` version to ` 0.7.1 ` ([ #12 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/12 ) )
66
- - BUmp ` embedded-hal ` version to ` 0.2.1 ` ([ #11 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/11 ) )
68
+ - Bump ` embedded-hal ` version to ` 0.2.1 ` ([ #11 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/11 ) )
67
69
68
70
### Fixed
69
71
@@ -89,7 +91,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
89
91
90
92
### Added
91
93
92
- - Implement GPIO InputPin traits ([ #2 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/2 ) )
94
+ - Implement GPIO ` InputPin ` traits ([ #2 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/2 ) )
93
95
94
96
## [ v0.1.2] - 2019-04-06
95
97
@@ -108,3 +110,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
108
110
## [ v0.1.0] - 2019-03-31
109
111
110
112
- Support ` stm32f303 ` device
113
+
114
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...HEAD
115
+ [ v0.4.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
116
+ [ v0.3.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0
117
+ [ v0.2.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.2...v0.2.3
118
+ [ v0.2.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.1...v0.2.2
119
+ [ v0.2.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.0...v0.2.1
120
+ [ v0.2.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.5...v0.2.0
121
+ [ v0.1.5 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.4...v0.1.5
122
+ [ v0.1.4 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.3...v0.1.4
123
+ [ v0.1.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.2...v0.1.3
124
+ [ v0.1.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.1.1...v0.1.2
125
+ [ v0.1.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.1.1
0 commit comments