@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.11.0] - 2021-12-29
11
+
10
12
### Added
11
13
12
14
- Added ` Counter ` with ` CountDown<Time=fugit::TimerDuration> ` and ` atat::Clock ` implementations [ #381 ]
@@ -20,12 +22,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
22
- Add ` internal_pull_down ` to ` Pin<Output<OpenDrain>> ` and ` Pin<Alternate<PushPull>> ` for symmetry
21
23
with ` internal_pull_up ` [ #399 ]
22
24
23
- [ #390 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/390
24
25
[ #373 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/373
25
- [ #382 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/382
26
- [ #380 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/380
27
26
[ #374 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/374
27
+ [ #380 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/380
28
28
[ #381 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/381
29
+ [ #382 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/382
30
+ [ #390 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/390
29
31
30
32
### Changed
31
33
@@ -46,7 +48,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
46
48
- [ breaking-change] Change ` Pin<Output<OpenDrain>>::internal_pull_up ` signature from ` (&mut self, _: bool) -> () `
47
49
to ` (self, _: bool) -> Self ` . [ #399 ]
48
50
49
- [ #367 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/397
50
51
[ #367 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/367
51
52
[ #371 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/371
52
53
[ #383 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/383
@@ -55,6 +56,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
55
56
[ #387 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/387
56
57
[ #393 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/393
57
58
[ #395 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/395
59
+ [ #397 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/397
58
60
[ #401 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/401
59
61
[ #403 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/403
60
62
[ #404 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/404
@@ -112,7 +114,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112
114
- Added DMA support for SPI [ #319 ]
113
115
114
116
[ #265 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/265
115
- [ #265 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/266
117
+ [ #266 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/266
116
118
[ #271 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/271
117
119
[ #295 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/295
118
120
[ #297 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/297
@@ -513,7 +515,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
513
515
514
516
- Support for stm32f407 and stm32f429.
515
517
516
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.1...HEAD
518
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.11.0...HEAD
519
+ [ v0.11.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.1...v0.11.0
517
520
[ v0.10.1 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.0...v0.10.1
518
521
[ v0.10.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.9.0...v0.10.0
519
522
[ v0.9.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.3...v0.9.0
0 commit comments