Skip to content

Commit cb42907

Browse files
committed
Reduce the verbosity of the default config
1 parent 4ed8c1b commit cb42907

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

.cargo/config.toml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,13 @@
11
[build]
22
target = "riscv32imc-esp-espidf"
3-
#target = "xtensa-esp32-espidf"
43

5-
[target.xtensa-esp32-espidf]
4+
[target.'cfg(target_os = "espidf")']
65
linker = "ldproxy"
7-
rustflags = ["--cfg", "espidf_time64"]
8-
9-
[target.xtensa-esp32s2-espidf]
10-
linker = "ldproxy"
11-
rustflags = ["--cfg", "espidf_time64"]
12-
13-
[target.xtensa-esp32s3-espidf]
14-
linker = "ldproxy"
15-
rustflags = ["--cfg", "espidf_time64"]
16-
17-
[target.riscv32imc-esp-espidf]
18-
linker = "ldproxy"
19-
rustflags = ["--cfg", "espidf_time64"]
20-
21-
[target.riscv32imac-esp-espidf]
22-
linker = "ldproxy"
23-
rustflags = ["--cfg", "espidf_time64"]
24-
25-
[target.riscv32imafc-esp-espidf]
26-
linker = "ldproxy"
27-
rustflags = ["--cfg", "espidf_time64"]
6+
rustflags = [ "--cfg", "espidf_time64"]
287

298
[env]
309
ESP_IDF_SDKCONFIG_DEFAULTS = ".github/configs/sdkconfig.defaults"
31-
ESP_IDF_VERSION = "v5.3.2"
10+
ESP_IDF_VERSION = "v5.5.3"
3211

3312
[unstable]
3413
build-std = ["std", "panic_abort"]

0 commit comments

Comments
 (0)