Skip to content

Commit 64741b7

Browse files
committed
Update CHANGELOG.md
1 parent 7c5693a commit 64741b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Breaking changes
1111

12+
- Bump `stm32-usbd` dependency (`0.6.0`)
1213
- Use bit-banding for Peripheral enable/reset.
1314
Don't require APBs in initializers.
1415
- Rename `gpio::Edge::{RISING, FALLING, RISING_FALLING}` to `Rising`, `Falling`, `RisingFalling`, respectively
@@ -36,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3637

3738
### Changed
3839

40+
- USB driver is now enabled by default for all devices supporting it
3941
- Updated `bxcan` dependency
4042
- Change internal implementation of pins using const generics
4143
- Use `cortex-m-rtic` instead of `cortex-m-rtfm` in the examples

0 commit comments

Comments
 (0)