This is a library wrapping libftdi1-sys and providing a more idiomatic interface for working with FTDI devices in Rust.
At the moment the MSRV of this crate is Rust 1.40.0.
MSRV increased from 1.34.0 to 1.40.0.
Additions:
- extended MPSSE support via
ftdi-mpsse - event char and error char configuration
libftdicontext getter
Additions:
- bitmode configuration
- line properties configuration
- flow control configuration
- baud rate configuration
- a number of useful derives on Interface
Additions:
- a
vendoredfeature forlibftdi1-sys.
The initial release with something like a stable API.