First commit

This commit is contained in:
2021-10-08 21:40:40 +02:00
commit 7403b5e53f
6 changed files with 78 additions and 0 deletions

15
.cargo/config Normal file
View File

@@ -0,0 +1,15 @@
[build]
target = "xtensa-esp32-espidf"
[target.xtensa-esp32-espidf]
linker = "ldproxy"
[unstable]
build-std = ["std", "panic_abort"]
build-std-features = ["panic_immediate_abort"]
configurable-env = true # No longer necessary since 1.56, as it was stabilized: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/features.rs#L698
extra-link-arg = true # No longer necessary since 1.56, as it was stabilized: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/features.rs#L695
[env]
ESP_IDF_SYS_GLOB_BASE = { value = ".", relative = true }