Skip to content

Commit 218bcb1

Browse files
committed
v0.4.0
1 parent c23fd78 commit 218bcb1

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.4.0] - 2019-05-08
9+
10+
### Added
11+
12+
- PWM support for select timers
13+
- More GPIO support
14+
15+
### Fixed
16+
17+
- More debug and Eq derives where appropriate
18+
- Updated to stm32-rs v0.7.0 which fixes [#32](https://github.com/stm32-rs/stm32l4xx-hal/issues/32) for stm32l4x5 and stm32l4x6 devices
19+
820
## [v0.3.6] - 2019-02-11
921

10-
## Added
22+
### Added
1123

1224
- GPIOE Support
1325
- MSI Clock support
1426

15-
## Fixed
27+
### Fixed
1628

1729
- The TSC `aquire` did not reset the channel select register after aquisition
1830
- The default charge high and charge low time for the TSC were fixed at the max, this now has a sane default and can be configured with the TSC config.
@@ -129,7 +141,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
129141

130142
- Initial release
131143

132-
[Unreleased]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.6...HEAD
144+
[Unreleased]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.4.0...HEAD
145+
[v0.4.0]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.6...v0.4.0
133146
[v0.3.6]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.5...v0.3.6
134147
[v0.3.5]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.4...v0.3.5
135148
[v0.3.4]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.3...v0.3.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stm32l4xx-hal"
3-
version = "0.3.6"
3+
version = "0.4.0"
44
authors = ["Scott Mabin <[email protected]>"]
55
description = "Hardware abstraction layer for the stm32l4xx chips"
66
keywords = ["no-std", "stm32l4xx", "stm32l4", "embedded", "embedded-hal"]

0 commit comments

Comments
 (0)