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.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.0] - 2025-09-08
10
11
11
12
### Added
12
13
13
14
* Support for GD32VF103 chips (#25 )
14
15
15
16
### Changed
16
17
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 )
19
20
20
21
21
22
## [ v0.4.0] - 2023-11-18
@@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
27
27
28
28
29
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
30
32
[ 0.4.0 ] : https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...v0.3.2
31
33
[ 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 1
1
[package ]
2
2
name = " synopsys-usb-otg"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
authors = [
" Vadim Kaushan <[email protected] >" ]
5
5
description = " 'usb-device' implementation for Synopsys USB OTG IP cores"
6
6
edition = " 2018"
You can’t perform that action at this time.
0 commit comments