Embassy
This commit is contained in:
@ -6,6 +6,7 @@ version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
esp-hal = { version = "1.0.0", features = ["defmt", "esp32c3", "unstable"] }
|
||||
esp-rtos = {version = "0.2.0", features = ["esp32c3", "embassy"]}
|
||||
|
||||
|
||||
defmt = "1.0.1"
|
||||
@ -31,6 +32,10 @@ buoyant = "0.5.3"
|
||||
heapless = "0.9.2"
|
||||
tinybmp = "0.6.0"
|
||||
libm = "0.2.15"
|
||||
embassy-executor = {version = "0.9.1", features = ["arch-riscv32"]}
|
||||
embassy-time = "0.5.0"
|
||||
embassy-sync = "0.7.2"
|
||||
embedded-graphics-framebuf = "0.5.0"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user