Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 1a76359

Browse files
author
imarkov
committed
Remove panic_immediate_abort from the build as upstream support is broken; upgrade to latest esp-idf-svc
1 parent 42ac0f9 commit 1a76359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rustflags = ["-C", "default-linker-libraries"]
2323

2424
[unstable]
2525
build-std = ["std", "panic_abort"]
26-
build-std-features = ["panic_immediate_abort"]
26+
#build-std-features = ["panic_immediate_abort"] # Temporarily comment this out, because of https://github.com/rust-lang/cargo/issues/10019
2727
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
2828
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
2929

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ log = "0.4"
5757
url = "2"
5858
esp-idf-sys = { version = "0.21.1", features = ["binstart"] }
5959
embedded-svc = "0.11"
60-
esp-idf-svc = "0.27"
60+
esp-idf-svc = "0.27.1"
6161
esp-idf-hal = "0.21"
6262
embedded-hal = "0.2"
6363
embedded-graphics = "0.7"

0 commit comments

Comments
 (0)