All examples pass with cargo xtask --target all

This commit is contained in:
Emil Fresk 2023-01-08 19:56:47 +01:00 committed by Henrik Tjäder
parent ceaf3613d3
commit 35c97b61c1
13 changed files with 28 additions and 21 deletions

View file

@ -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

View file

@ -1,3 +1,4 @@
init
hello from normal
hello from async2
hello from async
idle

View file

@ -0,0 +1,3 @@
async_task data:[22, 22, 22, 22, 22]
uart0 data:[22, 22, 22, 22, 22]
idle

View file

@ -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

View file

@ -1,2 +1 @@
foo 1, 2
foo 2, 3
foo

View file

@ -1,3 +1,3 @@
foo: local_to_foo = 1
bar: local_to_bar = 1
foo: local_to_foo = 1
idle: local_to_idle = 1

View file

@ -0,0 +1,3 @@
init
bar a 13
foo a 13