@@ -11,10 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212- Relax pin type generics for ` Serial ` , ` I2c ` , ` Spi ` , ` Can ` . [ #462 ]
1313 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 ]
1515- Use independent ` Spi ` and ` SpiSlave ` structures instead of ` OP ` generic [ #462 ]
1616- Take ` &Clocks ` instead of ` Clocks ` [ #498 ]
17- - Temporary replace ` stm32f1 ` with ` stm32f1-staging `
17+ - Temporary replace ` stm32f1 ` with ` stm32f1-staging ` [ # 503 ]
1818
1919### Changed
2020
@@ -23,8 +23,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2323- Replace UB code by a legitimate pointer access [ #480 ]
2424- Fix flash error flag clearing [ #489 ]
2525- Clarify README for windows users [ #496 ]
26- - Check "device selected" in ` build.rs `
27- - Unmacro ` dma.rs `
26+ - Check "device selected" in ` build.rs ` [ #502 ]
27+ - Use gpio field enums internally [ #506 ]
28+ - Unmacro ` dma.rs ` [ #505 ]
2829
2930### Added
3031
@@ -35,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3536- Reexport ` Direction ` from ` qei ` [ #479 ]
3637- Add DAC [ #483 ]
3738- Add an option to allow overclocking [ #494 ]
39+ - ` new ` on gpio mode [ #506 ]
3840
3941[ #416 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/416
4042[ #453 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/453
@@ -48,6 +50,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4850[ #494 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/494
4951[ #496 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/496
5052[ #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
5157
5258## [ v0.10.0] - 2022-12-12
5359
0 commit comments