mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-27 12:21:02 +00:00
Unify cargo config accrss the esp-idf crates
This commit is contained in:
parent
c187ed38c1
commit
16a10d077c
@ -1,21 +1,30 @@
|
|||||||
|
[build]
|
||||||
|
target = "riscv32imc-esp-espidf"
|
||||||
|
#target = "xtensa-esp32-espidf"
|
||||||
|
|
||||||
[target.xtensa-esp32-espidf]
|
[target.xtensa-esp32-espidf]
|
||||||
linker = "ldproxy"
|
linker = "ldproxy"
|
||||||
|
rustflags = ["--cfg", "espidf_time64"]
|
||||||
|
|
||||||
[target.xtensa-esp32s2-espidf]
|
[target.xtensa-esp32s2-espidf]
|
||||||
linker = "ldproxy"
|
linker = "ldproxy"
|
||||||
|
rustflags = ["--cfg", "espidf_time64"]
|
||||||
|
|
||||||
[target.xtensa-esp32s3-espidf]
|
[target.xtensa-esp32s3-espidf]
|
||||||
linker = "ldproxy"
|
linker = "ldproxy"
|
||||||
|
rustflags = ["--cfg", "espidf_time64"]
|
||||||
|
|
||||||
[target.riscv32imc-esp-espidf]
|
[target.riscv32imc-esp-espidf]
|
||||||
linker = "ldproxy"
|
linker = "ldproxy"
|
||||||
|
rustflags = ["--cfg", "espidf_time64"]
|
||||||
|
|
||||||
[target.riscv32imac-esp-espidf]
|
[target.riscv32imac-esp-espidf]
|
||||||
linker = "ldproxy"
|
linker = "ldproxy"
|
||||||
|
rustflags = ["--cfg", "espidf_time64"]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
ESP_IDF_SDKCONFIG_DEFAULTS = ".github/configs/sdkconfig.defaults"
|
ESP_IDF_SDKCONFIG_DEFAULTS = ".github/configs/sdkconfig.defaults"
|
||||||
|
ESP_IDF_VERSION = "v5.1.2"
|
||||||
|
|
||||||
[unstable]
|
[unstable]
|
||||||
build-std = ["std", "panic_abort"]
|
build-std = ["std", "panic_abort"]
|
||||||
build-std-features = ["panic_immediate_abort"]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user