Releases: ftdi-rs/libftd2xx
Releases · ftdi-rs/libftd2xx
Version 0.33.1
Version 0.33.0
Added
- Added FT240X EEPROM.
Fixed
- Removed
FtdiMpsse
forFt232r
because it is unsupported.
Version 0.32.5
Added
- Added support for the 4232HA
Version 0.32.4
Added
- Added EEPROM implementations for the 232R.
Version 0.32.3
Fixed
- Allow a value of 0ms for
set_latency_timer
.
Version 0.32.2
Fixed
- Fixed a typo where EEPROM drive-current sets schmitt input instead.
Version 0.32.1
Added
- Implement
Send
andSync
forFtdi
.
Changed
- Updated the edition from 2018 to 2021.
Version 0.32.0
Added
- Added
Drop
for FTDI types that will callclose
.
Changed
- Moved FTDI MPSSE types to a separate crate, ftdi-mpsse. These types are re-exported by this crate to reduce the number of breaking changes.
Version 0.31.0
Added
- Added compile-time MPSSE command construction macros.
Changed
- Updated
libftd2xx-ffi
dependency from0.8.0
to0.8.3
.
Version 0.30.0
Added
- Added support for
x86_64-apple-darwin
, dynamic linking only.
Changed
- Updated
libftd2xx-ffi
dependency from0.7.0
to0.8.0
.