Skip to content

Commit d64708f

Browse files
committed
changelog
1 parent ca77dd6 commit d64708f

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,41 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

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]
1919
- Move pin mode at the end of generics, add defaults for modes,
2020
bump MSRV to 1.59 [#418]
21-
- Move hd44780-driver to dev-dependencies
21+
- Move hd44780-driver to dev-dependencies [#465]
2222

2323
### Fixed
24-
- Fixed RCC example.
24+
- Fixed RCC example [#473]
2525
- Enable the defmt feature on fugit when the defmt feature on the
26-
crate is enabled
26+
crate is enabled [#465]
2727

2828
### Added
2929

3030
- 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]
3232
- SPI transactional impl [#464]
3333

3434
[#418]: https://github.com/stm32-rs/stm32f4xx-hal/pull/418
3535
[#458]: https://github.com/stm32-rs/stm32f4xx-hal/pull/458
36+
[#460]: https://github.com/stm32-rs/stm32f4xx-hal/pull/460
3637
[#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
3747

3848
## [v0.12.0] - 2022-02-23
3949

0 commit comments

Comments
 (0)