From e8c260a74577e1c1aadd1964e6f7e45afecd2e3e Mon Sep 17 00:00:00 2001 From: Paul Bender Date: Sat, 13 Sep 2025 15:17:36 -0700 Subject: Update esp32c{3,6} support to esp-hal-1.0.0-rc.0. --- examples/esp32c6/Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'examples/esp32c6/Cargo.toml') diff --git a/examples/esp32c6/Cargo.toml b/examples/esp32c6/Cargo.toml index 0fbf3ed..0f3ab69 100644 --- a/examples/esp32c6/Cargo.toml +++ b/examples/esp32c6/Cargo.toml @@ -1,25 +1,25 @@ [package] name = "esp32-c6" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" [workspace] +[features] +test-critical-section = [] +riscv-esp32c6-backend = ["rtic/riscv-esp32c6-backend", "rtic-monotonics/esp32c6-systimer"] + [dependencies] -rtic = { path = "../../rtic/" } -rtic-monotonics = {path = "../../rtic-monotonics/"} -esp-hal = { version = "1.0.0-beta.0", features = ["esp32c6", "unstable"] } -esp-backtrace = { version = "0.15.1", features = [ +esp-backtrace = { version = "0.17.0", features = [ "esp32c6", "panic-handler", "exception-handler", "println", ] } - -esp32c6 = {version = "0.20.0", features = ["critical-section"]} -esp-println = { version = "0.13.1", features = ["esp32c6", "auto"] } - -[features] -test-critical-section = [] -riscv-esp32c6-backend = ["rtic/riscv-esp32c6-backend", "rtic-monotonics/esp32c6-systimer"] +esp-bootloader-esp-idf = { version = "0.2.0", features = ["esp32c6"] } +esp-hal = { version = "=1.0.0-rc.0", features = ["esp32c6", "unstable"] } +esp-println = { version = "0.15.0", features = ["esp32c6", "auto"] } +esp32c6 = { version = "0.21.0", features = ["critical-section"] } +rtic = { path = "../../rtic/" } +rtic-monotonics = { path = "../../rtic-monotonics/" } -- cgit v1.2.3