@@ -11,10 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
- Relax pin type generics for ` Serial ` , ` I2c ` , ` Spi ` , ` Can ` . [ #462 ]
13
13
Use enums of pin tuples and ` Enum::from<(tuple)> ` for pin remap before passing to peripheral.
14
- Remove ` RemapStruct ` s. [ #462 ]
14
+ Remove ` RemapStruct ` s. [ #462 ] [ # 506 ]
15
15
- Use independent ` Spi ` and ` SpiSlave ` structures instead of ` OP ` generic [ #462 ]
16
16
- Take ` &Clocks ` instead of ` Clocks ` [ #498 ]
17
- - Temporary replace ` stm32f1 ` with ` stm32f1-staging `
17
+ - Temporary replace ` stm32f1 ` with ` stm32f1-staging ` [ # 503 ]
18
18
19
19
### Changed
20
20
@@ -23,9 +23,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
23
- Replace UB code by a legitimate pointer access [ #480 ]
24
24
- Fix flash error flag clearing [ #489 ]
25
25
- Clarify README for windows users [ #496 ]
26
- - Check "device selected" in ` build.rs `
27
- - Use gpio field enums internally
28
- - Unmacro ` dma.rs `
26
+ - Check "device selected" in ` build.rs ` [ # 502 ]
27
+ - Use gpio field enums internally [ # 506 ]
28
+ - Unmacro ` dma.rs ` [ # 505 ]
29
29
30
30
### Added
31
31
@@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
36
36
- Reexport ` Direction ` from ` qei ` [ #479 ]
37
37
- Add DAC [ #483 ]
38
38
- Add an option to allow overclocking [ #494 ]
39
+ - ` new ` on gpio mode [ #506 ]
39
40
40
41
[ #416 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/416
41
42
[ #453 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/453
@@ -49,6 +50,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
49
50
[ #494 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/494
50
51
[ #496 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/496
51
52
[ #498 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/498
53
+ [ #502 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/502
54
+ [ #503 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/503
55
+ [ #505 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/505
56
+ [ #506 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/506
52
57
53
58
## [ v0.10.0] - 2022-12-12
54
59
0 commit comments