@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.0] - 2019-04-27
11
+
10
12
### Added
11
13
12
14
- Added device-selected meta feature flag
13
- - Now requires stm32f1 v0.7 (breaking change)
14
15
- Restore and improve Serial DMA-based TX, RX and circular implementation
15
16
- Implement ADC example
16
17
- Implement ADC embedded_hal traits
@@ -21,12 +22,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
21
22
- Add methods ` stop ` , ` release ` and ` clear_update_interrupt_flag ` to ` Timer ` (` clear_update_interrupt_flag ` does not apply to ` Timer<SYST> ` )
22
23
- Add timer interrupt example using RTFM
23
24
- Implement IndependentWatchdog for the IWDG peripheral
24
- - Fix gpio misconfiguration when using a timer in pwm input mode. Now the gpio has to be configured in floating input mode.
25
25
26
26
### Changed
27
27
28
+ - Now requires stm32f1 v0.7 (breaking change)
28
29
- enable PWM on stm32f100
29
- - Fix pin input mode for pwm_input
30
+ - Fix gpio misconfiguration when using a timer in pwm input mode. Now the gpio has to be configured in floating input mode.
30
31
31
32
## [ v0.2.1] - 2019-03-08
32
33
@@ -67,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
67
68
68
69
- First tagged version
69
70
70
- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...HEAD
71
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...HEAD
72
+ [ v0.3.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...v0.3.0
71
73
[ v0.2.1 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.0...v0.2.1
72
74
[ v0.2.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.1.1...v0.2.0
0 commit comments