File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ v0.5.0] - 2025-10-10
1011
1112### Added
1213
1314* Support for GD32VF103 chips (#25 )
1415
1516### Changed
1617
17- * Use ` critical-section ` crate for critical sections.
18- * Replaced bundled RAL macros with ` ral-registers `
18+ * Use ` critical-section ` crate for critical sections ( # 28 )
19+ * Replaced bundled RAL macros with ` ral-registers ` ( # 45 )
1920
2021
2122## [ v0.4.0] - 2023-11-18
@@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2627
2728
2829
29- [ Unreleased ] : https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...HEAD
30+ [ Unreleased ] : https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.5.0...HEAD
31+ [ 0.4.0 ] : https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.5.0...v0.4.0
3032[ 0.4.0 ] : https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...v0.3.2
3133[ 0.3.2 ] : https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.3.2...v0.3.1
Original file line number Diff line number Diff line change 11[package ]
22name = " synopsys-usb-otg"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [
" Vadim Kaushan <[email protected] >" ]
55description = " 'usb-device' implementation for Synopsys USB OTG IP cores"
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments