Releases: rust-embedded/linux-embedded-hal
Releases · rust-embedded/linux-embedded-hal
Release 0.4.0
Changes since 0.4.0-alpha.4
Changed
- Updated to
embedded-hal1.0.0release (API changes) - Updated to
embedded-hal-nb1.0.0release (API changes)
Changes since 0.3.2
Changed
- Updated to
embedded-hal1.0.0release (API changes) - Updated to
embedded-hal-nb1.0.0release (API changes) - [breaking-change] Replace serial-rs with the serialport-rs crate.
Serial::opennow needs a baud-rate argument as well. - [breaking-change] Split
SpidevintoSpidevDeviceandSpidevBus, implementing the respectiveSpiDeviceandSpiBustraits (#100) - Modified
OutputPinbehavior for active-low pins to matchInputPinbehavior. - Set default features to build both sysfs and cdev pin types.
- Removed
Pinexport, useCdevPinorSysfsPin. - Updated to
spidev0.6.0release(API changes) - Updated to
i2cdev0.6.0release(API changes) - Updated to
gpio_cdev0.6.0release(API changes) sysfs_gpioto version0.6.1- Updated to
nix0.27.1 - Updated
nbto version1. - MSRV is now 1.65.0.
Fixed
Added
- Added feature flag for
spiandi2c - Mappings for
embedded-halerror kinds - Implement
embedded_hal::digital::blocking::IoPinforCdevPinandSysfsPin CountDownimplementation forSysTimer.Defaultimplementation forSysTimer.
Release 0.4.0-alpha.3
Added
- Added feature flag for
spiandi2c
Changed
- Updated to
embedded-hal1.0.0-alpha.8release (API changes)
Release 0.4.0-alpha.2
Added
- Mappings for
embedded-halerror kinds
Changed
- Updated to
embedded-hal1.0.0-alpha.7release (significant API changes) - Updated dependencies to force use of newer nix version
spidevto version0.5.1i2cdevto version0.5.1gpio-cdevto version0.5.1sysfs_gpioto version0.6.1
Release 0.3.2
Fixed
- Readd Pin type export as an alias to SysfsPin for compatibility with the 0.3.0 version.
Release 0.3.1
Added
- Added implementation of transactional SPI and I2C traits.
CountDownimplementation forSysTimer.Defaultimplementation forSysTimer.
Changed
- Set default features to build both sysfs and cdev pin types.
- Removed
Pinexport, useCdevPinorSysfsPin. - Updated
embedded-halto version0.2.6. - Updated
nbto version0.1.3. - Updated
gpio-cdevto version0.5. - Updated
i2cdevto version0.5. - Updated
spidevto version0.5. - Updated
sysfs-gpioto version0.6. - Updated
castto version0.3.
Fixed
- Modified
OutputPinbehavior for active-low pins to matchInputPinbehavior.