feat: example of wait-queue

This commit is contained in:
Oleksandr Babak 2025-05-15 14:52:26 +02:00 committed by Henrik Tjäder
parent 14803e6639
commit 6a68e8e54d
3 changed files with 69 additions and 0 deletions

View file

@ -16,6 +16,7 @@ bare-metal = "1.0.0"
cortex-m-semihosting = "0.5.0"
rtic-time = { path = "../../rtic-time" }
rtic-sync = { path = "../../rtic-sync" }
rtic-common = { path = "../../rtic-common" }
rtic-monotonics = { path = "../../rtic-monotonics", features = ["cortex-m-systick"] }
rtic = { path = "../../rtic" }
cfg-if = "1.0"