@@ -7,10 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
18
### Changed
11
19
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.
14
33
15
34
## [ v0.3.0] - 2019-11-25
16
35
@@ -41,7 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
41
60
42
61
### Added
43
62
44
- - implementation of the unproven ` embedded_hal::::digital::InputPin ` trait.
63
+ - implementation of the unproven ` embedded_hal::::digital::InputPin ` trait.
45
64
46
65
## [ v0.2.0] - 2018-05-14
47
66
@@ -62,8 +81,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
62
81
63
82
Initial release
64
83
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
67
88
[ v0.2.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
68
89
[ 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