diff options
| author | Eli Hastings <eli@seagen.io> | 2025-02-24 16:30:43 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-04-07 21:11:21 +0000 |
| commit | ef09e4b65f3586df6302721de909f66d69e7ba80 (patch) | |
| tree | eafd30c918e13976e3c0021a74972a07a839e3a3 /examples/esp32c6/Cargo.toml | |
| parent | 0efb77300e4c21a7de488c99e6a55919f4e092b6 (diff) | |
Port ESP32-C3 changes to ESP32-C6 branch
Diffstat (limited to 'examples/esp32c6/Cargo.toml')
| -rw-r--r-- | examples/esp32c6/Cargo.toml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/examples/esp32c6/Cargo.toml b/examples/esp32c6/Cargo.toml index b53aaee..3e92817 100644 --- a/examples/esp32c6/Cargo.toml +++ b/examples/esp32c6/Cargo.toml @@ -7,18 +7,19 @@ license = "MIT OR Apache-2.0" [workspace] [dependencies] -rtic = {path = "../../rtic/"} -esp-hal = { version = "0.16.1", features = ["esp32c6", "direct-vectoring", "interrupt-preemption"] } -esp-backtrace = { version = "0.11.0", features = [ +rtic = { path = "../../rtic/" } +rtic-monotonics = {path = "../../rtic-monotonics/"} +esp-hal = { version = "0.23.1", features = ["esp32c6"] } +esp-backtrace = { version = "0.15.1", features = [ "esp32c6", "panic-handler", "exception-handler", "println", ] } -esp32c6 = {version = "0.12.0", features = ["critical-section"]} -esp-println = { version = "0.9.0", default-features=false, features = ["esp32c6", "uart"] } +esp32c6 = {version = "0.18.0", features = ["critical-section"]} +esp-println = { version = "0.13.1", features = ["esp32c6", "auto"] } [features] test-critical-section = [] -riscv-esp32c6-backend = ["rtic/riscv-esp32c6-backend"] +riscv-esp32c6-backend = ["rtic/riscv-esp32c6-backend", "rtic-monotonics/esp32c6-systimer"] |
