tinyboot-ch32-hal 0.2.1

Hardware abstraction layer for tinyboot on CH32 microcontrollers
1
2
3
4
#[cfg_attr(usart_common, path = "usart_common.rs")]
mod family;

pub use family::*;