@@ -7,10 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+
11+ ## [ v0.3.1] - 2021-09-27
12+ ### Added
13+
14+ - Added implementation of transactional SPI and I2C traits.
15+ - ` CountDown ` implementation for ` SysTimer ` .
16+ - ` Default ` implementation for ` SysTimer ` .
17+
1018### Changed
1119
12- - Set default features to build both sysfs and cdev pin types
13- - Removed ` Pin ` export, use ` CdevPin ` or ` SysfsPin `
20+ - Set default features to build both sysfs and cdev pin types.
21+ - Removed ` Pin ` export, use ` CdevPin ` or ` SysfsPin ` .
22+ - Updated ` embedded-hal ` to version ` 0.2.6 ` .
23+ - Updated ` nb ` to version ` 0.1.3 ` .
24+ - Updated ` gpio-cdev ` to version ` 0.5 ` .
25+ - Updated ` i2cdev ` to version ` 0.5 ` .
26+ - Updated ` spidev ` to version ` 0.5 ` .
27+ - Updated ` sysfs-gpio ` to version ` 0.6 ` .
28+ - Updated ` cast ` to version ` 0.3 ` .
29+
30+ ### Fixed
31+
32+ - Modified ` OutputPin ` behavior for active-low pins to match ` InputPin ` behavior.
1433
1534## [ v0.3.0] - 2019-11-25
1635
@@ -41,7 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4160
4261### Added
4362
44- - implementation of the unproven ` embedded_hal::::digital::InputPin ` trait.
63+ - implementation of the unproven ` embedded_hal::::digital::InputPin ` trait.
4564
4665## [ v0.2.0] - 2018-05-14
4766
@@ -62,8 +81,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6281
6382Initial release
6483
65- [ Unreleased ] : https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...HEAD
66- [ v0.2.2 ] : https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...v0.2.2
84+ [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.1...HEAD
85+ [ v0.3.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.3.1
86+ [ v0.3.0 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.2...v0.3.0
87+ [ v0.2.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.1...v0.2.2
6788[ v0.2.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
6889[ v0.2.0 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.1.1...v0.2.0
69- [ v0.1.1 ] : https://github.com/japaric /linux-embedded-hal/compare/v0.1.0...v0.1.1
90+ [ v0.1.1 ] : https://github.com/rust-embedded /linux-embedded-hal/compare/v0.1.0...v0.1.1
0 commit comments