chore: Use embassy runtime
This commit is contained in:
parent
480ba97ee7
commit
ae71fb51ef
4 changed files with 348 additions and 5 deletions
|
|
@ -12,6 +12,7 @@ path = "./src/bin/main.rs"
|
|||
esp-hal = { version = "~1.1.0", features = ["esp32c5", "log-04", "unstable"] }
|
||||
|
||||
esp-rtos = { version = "0.3.0", features = [
|
||||
"embassy",
|
||||
"esp-alloc",
|
||||
"esp-radio",
|
||||
"esp32c5",
|
||||
|
|
@ -22,7 +23,10 @@ esp-bootloader-esp-idf = { version = "0.5.0", features = ["esp32c5", "log-04"] }
|
|||
log = "0.4.27"
|
||||
|
||||
critical-section = "1.2.0"
|
||||
embassy-executor = { version = "0.10.0", features = ["log"] }
|
||||
embassy-time = { version = "0.5.0", features = ["log"] }
|
||||
embedded-io = "0.7.1"
|
||||
embedded-io-async = "0.7.0"
|
||||
esp-alloc = "0.10.0"
|
||||
esp-backtrace = { version = "0.19.0", features = [
|
||||
"esp32c5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue