Module flasher

Module flasher 

Source
Expand description

Write a binary application to a target device

The Flasher struct abstracts over various operations for writing a binary application to a target device. It additionally provides some operations to read information from the target device.

Re-exports§

pub use crate::connection::SecurityInfo;serialport

Structs§

DeviceInfo
Information about the connected device
FlashData
Flash data and configuration
FlashSettings
Flash settings to use when flashing a device.
FlashSizeIter
An iterator over the variants of FlashSize
Flasherserialport
Connect to and flash a target device
SpiAttachParams
Parameters for attaching to a target devices SPI flash
SpiSetParams
Parameters of the attached SPI flash chip (sizes, etc).

Enums§

FlashFrequency
Supported flash frequencies
FlashMode
Supported flash modes
FlashSize
Supported flash sizes