tinyboot-ch32-hal 0.3.0

Hardware abstraction layer for tinyboot on CH32 microcontrollers
Documentation
1
2
3
4
5
#[cfg_attr(pfic_rv2, path = "rv2.rs")]
#[cfg_attr(pfic_rv3, path = "rv3.rs")]
mod family;

pub use family::*;