Changes for version 0.10 - 2015-11-12
- CHANGES
- Implement Device::Chip::Adapter 0.02:
- ->new_from_description constructor
- I2C protocol
- Have Device::Chip::MPSSE be a standalone class that composes a Device::FTDI rather than subclassing it
- Implement Device::Chip::Adapter 0.02:
- BUGFIXES
- Fix race condition where completed Device::FTDI::MPSSE write futures cause more writes that want more reads
Modules
a Device::Chip::Adapter implementation
use USB-attached serial interface chips from FTDI.
use an FDTI chip to talk the I²C protocol
use the MPSSE mode of an FDTI chip
use an FTDI chip to talk the SPI protocol