Expand description

WCH ISP Protocol implementation.

Re-exports

pub use self::device::Chip;
pub use self::flashing::Flashing;
pub use self::protocol::Command;
pub use self::protocol::Response;
pub use self::transport::Transport;

Modules

Constants about protocol and devices.

MCU Chip definition, with chip-specific or chip-family-specific flags

Chip flashing routine

Firmware file formats

The underlying binary protocol of WCH ISP

Abstract Device transport interface.