File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ### Changed
10
+ ### Added
11
+ - ` restore ` for ` ErasedPin ` and ` PartiallyErasedPin `
11
12
13
+ ### Changed
12
14
- Update readme, clippy fixes
15
+ - ` OutPortX ` (X = 2..8) and ` OutPortArray ` structures which can handle several pins at once [ #426 ]
13
16
14
- - ` OutPortX ` (X = 2..8) and ` OutPortArray ` structures which can handle several pins at once [ #426 ]
17
+ ### Fixed
18
+ - Fix alternate function pin definitions for FMPI2C1 [ #572 ]
15
19
16
- ### Added
17
20
18
21
[ #426 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/426
19
- ### Added
20
-
21
- - ` restore ` for ` ErasedPin ` and ` PartiallyErasedPin `
22
+ [ #572 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/572
22
23
23
24
## [ v0.14.0] - 2022-12-12
24
25
You can’t perform that action at this time.
0 commit comments