expliot.core.protocols.hardware.spi

Support for SPI.

Package Contents

Classes

SpiFlashManager

A wrapper around pyspiflash SerialFlashManager.

class expliot.core.protocols.hardware.spi.SpiFlashManager

Bases: spiflash.serialflash.SerialFlashManager

A wrapper around pyspiflash SerialFlashManager.

More details can be found at https://github.com/eblot/pyspiflash

Calls terminate() on the SpiController to close the FTDI device. As of now there is no close or terminate method provided in pyspiflash.

TODO: Remove me when pyspiflash implements one.

static close(device)

Close connection to device.