Some checks failed
Continuous Integration / Rust Checks (map[args:--all -- --check --color always command:fmt]) (push) Has been cancelled
Continuous Integration / Rust Checks (map[args:--all-targets --all-features --workspace -- -D warnings command:clippy]) (push) Has been cancelled
Continuous Integration / Rust Checks (map[args:--release command:build]) (push) Has been cancelled
17 lines
343 B
TOML
17 lines
343 B
TOML
[build]
|
|
target = "xtensa-esp32-espidf"
|
|
|
|
[target.xtensa-esp32-espidf]
|
|
linker = "ldproxy"
|
|
runner = "espflash flash --monitor"
|
|
rustflags = [ "--cfg", "espidf_time64"]
|
|
|
|
[unstable]
|
|
build-std = ["std", "panic_abort"]
|
|
|
|
[env]
|
|
MCU="esp32"
|
|
# Note: this variable is not used by the pio builder (`cargo build --features pio`)
|
|
ESP_IDF_VERSION = "v5.2.3"
|
|
|