Switch to embuild

This commit is contained in:
imarkov 2021-08-23 21:20:16 +03:00
parent d818ca18a6
commit 6f760e8cc0
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "esp-idf-hal"
version = "0.18.0"
version = "0.19.0"
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
edition = "2018"
categories = ["embedded", "hardware-support"]
@ -26,8 +26,8 @@ cfg-if = "1"
nb = "0.1.2"
mutex-trait = "0.2"
embedded-hal = { version = "0.2", features = ["unproven"] }
esp-idf-sys = { version = "0.18", optional = true, default-features = false }
esp-idf-sys = { version = "0.19", optional = true, default-features = false }
[build-dependencies]
cargo-pio = "0.21"
embuild = "0.23"
anyhow = "1"

View File

@ -1,6 +1,6 @@
fn main() -> anyhow::Result<()> {
#[cfg(not(feature = "ulp"))]
pio::kconfig::CfgArgs::output_propagated("ESP_IDF")?;
embuild::kconfig::CfgArgs::output_propagated("ESP_IDF")?;
#[cfg(not(feature = "ulp"))]
let mcu = std::env::var("DEP_ESP_IDF_MCU").unwrap();