Skip to content

Commit 38ef8bd

Browse files
committed
changelog
1 parent ea00afc commit 38ef8bd

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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,9 +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-
- 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]
2929

3030
### Added
3131

@@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3636
- Reexport `Direction` from `qei` [#479]
3737
- Add DAC [#483]
3838
- Add an option to allow overclocking [#494]
39+
- `new` on gpio mode [#506]
3940

4041
[#416]: https://github.com/stm32-rs/stm32f1xx-hal/pull/416
4142
[#453]: https://github.com/stm32-rs/stm32f1xx-hal/pull/453
@@ -49,6 +50,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4950
[#494]: https://github.com/stm32-rs/stm32f1xx-hal/pull/494
5051
[#496]: https://github.com/stm32-rs/stm32f1xx-hal/pull/496
5152
[#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
5257

5358
## [v0.10.0] - 2022-12-12
5459

0 commit comments

Comments
 (0)