Moritz Bitsch
c0ae8ab13d
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
19 lines
567 B
Plaintext
19 lines
567 B
Plaintext
[build]
|
|
target = "riscv32imac-esp-espidf"
|
|
|
|
[target.riscv32imac-esp-espidf]
|
|
linker = "ldproxy"
|
|
runner = "espflash flash --monitor" # Select this runner for espflash v3.x.x
|
|
rustflags = [ "--cfg", "espidf_time64"] # Extending time_t for ESP IDF 5: https://github.com/esp-rs/rust/issues/110
|
|
|
|
[unstable]
|
|
build-std = ["std", "panic_abort"]
|
|
|
|
[env]
|
|
MCU="esp32c6"
|
|
# Note: this variable is not used by the pio builder (`cargo build --features pio`)
|
|
ESP_IDF_VERSION = "v5.2.2"
|
|
|
|
# Workaround for https://github.com/esp-rs/esp-idf-template/issues/174
|
|
CRATE_CC_NO_DEFAULTS = "1"
|