File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed
Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change 11[build ]
22target = " riscv32imc-esp-espidf"
3- # target = "xtensa-esp32-espidf"
43
5- [target .xtensa-esp32- espidf ]
4+ [target .'cfg(target_os = " espidf")' ]
65linker = " 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 ]
309ESP_IDF_SDKCONFIG_DEFAULTS = " .github/configs/sdkconfig.defaults"
31- ESP_IDF_VERSION = " v5.3.2 "
10+ ESP_IDF_VERSION = " v5.5.3 "
3211
3312[unstable ]
3413build-std = [" std" , " panic_abort" ]
You can’t perform that action at this time.
0 commit comments