mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
All examples pass with cargo xtask --target all
This commit is contained in:
parent
ceaf3613d3
commit
35c97b61c1
13 changed files with 28 additions and 21 deletions
|
|
@ -1,5 +1,6 @@
|
|||
init
|
||||
hello from normal 2
|
||||
hello from async 2
|
||||
hello from normal 1
|
||||
hello from async 1
|
||||
hello from async 3 a 1
|
||||
hello from async 4 a 2
|
||||
hello from async 1 a 3
|
||||
hello from async 2 a 4
|
||||
idle
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
init
|
||||
hello from normal
|
||||
hello from async2
|
||||
hello from async
|
||||
idle
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
async_task data:[22, 22, 22, 22, 22]
|
||||
uart0 data:[22, 22, 22, 22, 22]
|
||||
idle
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
foo: a = 0, b = 0, c = 0
|
||||
bar: a = 0, b = 0, c = 0
|
||||
bar: a = 0, b = 1, c = 2
|
||||
foo: a = 0, b = 1, c = 2
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
foo 1, 2
|
||||
foo 2, 3
|
||||
foo
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
foo: local_to_foo = 1
|
||||
bar: local_to_bar = 1
|
||||
foo: local_to_foo = 1
|
||||
idle: local_to_idle = 1
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
init
|
||||
bar a 13
|
||||
foo a 13
|
||||
Loading…
Add table
Add a link
Reference in a new issue