We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61850ad commit 07b103fCopy full SHA for 07b103f
.cargo/config.toml
@@ -34,7 +34,8 @@ build-std = ["std", "panic_abort"]
34
35
[env]
36
CARGO_WORKSPACE_DIR = { value = "", relative = true }
37
-LIBCLANG_PATH = "/home/mdesilva/.espressif/tools/xtensa-esp32-elf-clang/esp-15.0.0-20221014-x86_64-unknown-linux-gnu/esp-clang/lib"
+# LIBCLANG_PATH = "/home/mdesilva/.espressif/tools/xtensa-esp32-elf-clang/esp-15.0.0-20221014-x86_64-unknown-linux-gnu/esp-clang/lib"
38
+LIBCLANG_PATH = "/home/mdesilva/.espup/esp-clang"
39
# Uncomment this to build against ESP-IDF master (currently unreleased ESP IDF 5.1)
40
#ESP_IDF_VERSION = "master"
41
# Don't forget to uncomment also the `rustflags` parameter in your "target" section above
0 commit comments