hisiflash 0.1.0

Library for flashing HiSilicon chips
Documentation
1
2
3
4
5
6
7
8
//! Protocol implementations.

pub mod crc;
pub mod seboot;
pub mod ymodem;

// Re-export common types
pub use seboot::{CommandType, ImageType, SebootAck, SebootFrame, contains_handshake_ack};