@@ -9,31 +9,41 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Changed
11
11
12
- - Add ` Pin::interrupt() ` helper method
13
- - Add restriction for setting pins in alternate mode (` IntoAF ` ), add docs
14
- - Explicit order for PINS, more smart aliases for peripherals
15
- - Add ` AFn ` type aliases for ` Alternate<n> `
16
- - CI updates + cache
17
- - Add missing ` embedded-hal 1.0 ` for ` DynamicPin `
18
- - Remove pull resistor from ` Input ` mode, use ` Pull ` enum instead, add universal ` into_mode ` pin converter
12
+ - Add ` Pin::interrupt() ` helper method [ # 476 ]
13
+ - Add restriction for setting pins in alternate mode (` IntoAF ` ), add docs [ # 474 ]
14
+ - Explicit order for PINS, more smart aliases for peripherals [ # 472 ]
15
+ - Add ` AFn ` type aliases for ` Alternate<n> ` [ # 471 ]
16
+ - CI updates + cache [ # 468 ]
17
+ - Add missing ` embedded-hal 1.0 ` for ` DynamicPin ` [ # 470 ]
18
+ - Remove pull resistor from ` Input ` mode, use ` Pull ` enum instead, add universal ` into_mode ` pin converter [ # 467 ]
19
19
- Move pin mode at the end of generics, add defaults for modes,
20
20
bump MSRV to 1.59 [ #418 ]
21
- - Move hd44780-driver to dev-dependencies
21
+ - Move hd44780-driver to dev-dependencies [ # 465 ]
22
22
23
23
### Fixed
24
- - Fixed RCC example.
24
+ - Fixed RCC example [ # 473 ]
25
25
- Enable the defmt feature on fugit when the defmt feature on the
26
- crate is enabled
26
+ crate is enabled [ # 465 ]
27
27
28
28
### Added
29
29
30
30
- Support eMMC peripherals using SDIO module [ #458 ]
31
- - ` defmt::Format ` derive on enums behind ` defmt ` feature
31
+ - ` defmt::Format ` derive on enums behind ` defmt ` feature [ # 460 ]
32
32
- SPI transactional impl [ #464 ]
33
33
34
34
[ #418 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/418
35
35
[ #458 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/458
36
+ [ #460 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/460
36
37
[ #464 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/464
38
+ [ #465 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/465
39
+ [ #467 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/467
40
+ [ #468 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/468
41
+ [ #470 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/470
42
+ [ #471 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/471
43
+ [ #472 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/472
44
+ [ #473 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/473
45
+ [ #474 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/474
46
+ [ #476 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/476
37
47
38
48
## [ v0.12.0] - 2022-02-23
39
49
0 commit comments