Skip to content

Commit 31f7100

Browse files
committed
v0.3.6
1 parent c8334d6 commit 31f7100

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v0.3.6] - 2019-02-11
9+
10+
## Added
11+
12+
- GPIOE Support
13+
- MSI Clock support
14+
15+
## Fixed
16+
17+
- The TSC `aquire` did not reset the channel select register after aquisition
18+
- 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.
19+
- HCLK and PCKL rcc prescaling, although setting the right clocks, the value in `Clocks` was wrong, this now correctly calculated.
20+
21+
822
## [v0.3.5] - 2019-01-07
923

1024
### Added
@@ -115,7 +129,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
115129

116130
- Initial release
117131

118-
[Unreleased]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.5...HEAD
132+
[Unreleased]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.6...HEAD
133+
[v0.3.6]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.5...v0.3.6
119134
[v0.3.5]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.4...v0.3.5
120135
[v0.3.4]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.3...v0.3.4
121136
[v0.3.3]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.2...v0.3.3

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.5"
3+
version = "0.3.6"
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)