esp-idf-svc 0.17.0

Implementation of the embedded-svc traits for ESP-IDF (Espressif's IoT Development Framework)
fn main() {
    println!(
        "cargo:rustc-cfg={}",
        std::env::var("DEP_ESP_IDF_MCU").unwrap()
    );
}