mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Added examples for async crates + fixed codegen for non-Copy arguments
This commit is contained in:
parent
d23de62823
commit
922f1ad0eb
13 changed files with 152 additions and 77 deletions
|
|
@ -10,3 +10,4 @@ cortex-m = { version = "0.7.6" }
|
|||
embedded-hal-async = "0.2.0-alpha.0"
|
||||
fugit = { version = "0.3.6", features = ["defmt"] }
|
||||
rtic-time = { version = "1.0.0", path = "../rtic-time" }
|
||||
atomic-polyfill = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue