hc32f448_driver_sys 0.2.0

Provide driver function binding for HDSC's HC32F448 MCU.
Documentation
1
2
3
4
fn main() {
    println!("cargo:rustc-link-search=native={}", std::env::var("CARGO_MANIFEST_DIR").unwrap());
    println!("cargo:rustc-link-lib=static=hc32_driver");
}