Skip to content

Commit 0a38431

Browse files
committed
Fix CHANGELOG.md
Signed-off-by: Alexey Shvetsov <[email protected]>
1 parent b8041e6 commit 0a38431

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2525
- Update `bxcan`, `rtic` and other dependencies [#519]
2626
- Bump `synopsys-usb-otg` to `0.3.1` [#535]
2727
- Renamed and updated rtic-button example (was rtic) [#551]
28-
- Added rtic-usart-shell example [#551]
29-
- Added rtic-usart-shell-ssd1306 example [#551]
3028

3129
### Removed
3230
- `i2s-audio-out-dma.rs` example, too difficult to fix.
@@ -37,17 +35,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3735

3836
### Added
3937

40-
- Serial Tx, Rx containing pins [#514] [#515] [#540]
41-
- example of using ft6x06 touchscreen driver for stm32f412 and stm32f413 [#527]
42-
- Serial Tx, Rx containing pins [#514] [#515]
43-
- Implementation of From trait for Pin-to-PartiallyErasedPin [#507]
44-
- Implementation of From trait for Pin-to-ErasedPin [#507]
45-
- Implementation of From trait for PartiallyErasedPin-to-ErasedPin [#507]
46-
- `SysMonoTimerExt` helper trait, `Pwm::(get/set)_duty_time` [#497]
47-
- example of using i2s in out with rtic and interrupt.
48-
- example of using USB CDC with interrupts.
49-
- Added non-blocking I2C based on DMA [#534]
50-
- Added Transactional I2C API [#542]
38+
- Serial Tx, Rx containing pins [#514] [#515] [#540]
39+
- example of using ft6x06 touchscreen driver for stm32f412 and stm32f413 [#527]
40+
- Serial Tx, Rx containing pins [#514] [#515]
41+
- Implementation of From trait for Pin-to-PartiallyErasedPin [#507]
42+
- Implementation of From trait for Pin-to-ErasedPin [#507]
43+
- Implementation of From trait for PartiallyErasedPin-to-ErasedPin [#507]
44+
- `SysMonoTimerExt` helper trait, `Pwm::(get/set)_duty_time` [#497]
45+
- example of using i2s in out with rtic and interrupt.
46+
- example of using USB CDC with interrupts.
47+
- Added non-blocking I2C based on DMA [#534]
48+
- Added Transactional I2C API [#542]
49+
- Added rtic-usart-shell example [#551]
50+
- Added rtic-usart-shell-ssd1306 example [#551]
51+
5152

5253
[#481]: https://github.com/stm32-rs/stm32f4xx-hal/pull/481
5354
[#489]: https://github.com/stm32-rs/stm32f4xx-hal/pull/489
@@ -67,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6768
[#540]: https://github.com/stm32-rs/stm32f4xx-hal/pull/540
6869
[#542]: https://github.com/stm32-rs/stm32f4xx-hal/pull/542
6970
[#527]: https://github.com/stm32-rs/stm32f4xx-hal/pull/527
71+
[#551]: https://github.com/stm32-rs/stm32f4xx-hal/pull/551
7072

7173
## [v0.13.2] - 2022-05-16
7274

0 commit comments

Comments
 (0)