hisiflash 0.1.1

Library for flashing HiSilicon chips
Documentation
1
2
3
4
5
6
//! Target-specific implementations.

mod chip;
pub mod ws63;

pub use chip::{ChipConfig, ChipFamily, ChipOps};