Make integrated-timers the default, remove Cargo feature.

This commit is contained in:
Dario Nieuwenhuis
2024-12-09 00:28:14 +01:00
committed by Dániel Buga
parent b268b1795f
commit 2f2e2c6031
70 changed files with 96 additions and 142 deletions

View File

@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies]
embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["log"] }
embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "integrated-timers"] }
embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log"] }
embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["log", "wasm", ] }
wasm-logger = "0.2.0"