Crate wchisp

Source
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::Baudrate;
pub use self::transport::Transport;

Modules§

constants
Constants about protocol and devices.
device
MCU Chip definition, with chip-specific or chip-family-specific flags
flashing
Chip flashing routine
format
Firmware file formats
protocol
The underlying binary protocol of WCH ISP
transport
Abstract Device transport interface.