Releases: ftdi-rs/ftdi-embedded-hal
Releases · ftdi-rs/ftdi-embedded-hal
Version 0.24.0
Changed
- Chip select is deasserted on SPI bus initialization by @michaelwu in #74.
Fixed
- Fix
SpiBusfor use withPolarity::IdleHighby @andreasWallner in #76.
Version 0.23.2
Fixed
- Fixed SPI SCLK pin states for the
ClockData::MsbPosInandClockData::LsbPosInSPI modes.
Version 0.23.1
Added
- Added a
with_devicemethod to access device-specific features, such as the EEPROM.
Version 0.23.0
Changed
- Changed the SPI traits to be implemented on the
SpiDevicestruct, instead of a reference to the struct. - Changed the edition from 2021 to 2024.
Version 0.22.1
Fixed
- Fixed 0-size I2C transfers
Version 0.22.0
Added
- Added support for the upper pins (C0-C7 on the FT232H).
Version 0.21.1
Added
- Added
ftdi-vendoredandftdi-libusb1-syspassthrough features for linking with thelibftdibackend.
Version 0.21.0
Changed
- Updated the v1 release of
embedded-halfrom1.0.0-rc.3to1. - Updated the v1 release of
embedded-hal-nbfrom1.0.0-rc.3to1.
Version 0.20.0
Changed
- Updated the v1 release of
embedded-halfrom1.0.0-rc.2to1.0.0-rc.3. - Updated the v1 release of
embedded-hal-nbfrom1.0.0-rc.2to1.0.0-rc.3.
Version 0.19.0
Changed
- Updated the v1 release of
embedded-halfrom1.0.0-rc.1to1.0.0-rc.2. - Updated the v1 release of
embedded-hal-nbfrom1.0.0-rc.1to1.0.0-rc.2.