Skip to content

Commit d9f7eab

Browse files
committed
changelog
1 parent e8b2e08 commit d9f7eab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Relax pin type generics for `Serial`, `I2c`, `Spi`, `Can`, `Qei`, `PwmInput`. [#462] [#516]
1313
~~Use enums of pin tuples and `Enum::from<(tuple)>` for pin remap before passing to peripheral.~~
1414
Use pin enums and `impl RInto<(enum), R>` for peripheral constructors.
15-
Add `RInto` trait and `Rmp` peripheral wrapper, add `remap` for peripherals. [#514]
15+
Add `RInto` trait and `Rmp` peripheral wrapper, add `remap` for peripherals. [#514] [#520]
1616
Remove `RemapStruct`s. [#462] [#506] [#509]
1717
- Use independent `Spi` and `SpiSlave` structures instead of `OP` generic [#462]
1818
- Take `&Clocks` instead of `Clocks` [#498]
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3333
- Unmacro `dma.rs` [#505]
3434
- Updated `usb-device` and `usbd-serial` to latest versions [#510]
3535
- Rework pin remaps, fix CAN1 remap [#511]
36-
- Rework USART remap,
36+
- Rework USART remap,
3737

3838
### Added
3939

@@ -68,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6868
[#511]: https://github.com/stm32-rs/stm32f1xx-hal/pull/511
6969
[#514]: https://github.com/stm32-rs/stm32f1xx-hal/pull/514
7070
[#516]: https://github.com/stm32-rs/stm32f1xx-hal/pull/516
71+
[#520]: https://github.com/stm32-rs/stm32f1xx-hal/pull/520
7172

7273
## [v0.10.0] - 2022-12-12
7374

0 commit comments

Comments
 (0)