File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v0.2.1] - 2018-08-25
9+
10+ ### Added
11+ - Timer implementations for timer15 & timer 16
12+ - Two new TSC API's, `read` & `read_unchecked`
13+ - `read` checks the supplied pin is the pin we are reading
14+ - `read_unchecked` returns the contents of the count register
15+
16+ ### Fixed
17+ - Channel pins do not require Schmitt trigger hysteresis
18+
819## [ v0.2.0] - 2018-08-21
920
1021### Breaking
@@ -27,7 +38,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2738
2839- Initial release
2940
30- [ Unreleased ] : https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.0...HEAD
41+ [ Unreleased ] : https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.1...HEAD
42+ [ v0.2.1 ] : https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.0...v0.2.1
3143[ v0.2.0 ] : https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...v0.2.0
3244[ v0.1.1 ] : https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.0...v0.1.1
3345[ v0.1.0 ] : https://github.com/MabezDev/stm32l432xx-hal/tree/v0.1.0
You can’t perform that action at this time.
0 commit comments