mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
parent
653338e799
commit
c631049efc
154 changed files with 7538 additions and 3276 deletions
4
ci/expected/baseline.run
Normal file
4
ci/expected/baseline.run
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
init(baseline = Instant(0))
|
||||
foo(baseline = Instant(0))
|
||||
UART0(baseline = Instant(904))
|
||||
foo(baseline = Instant(904))
|
||||
5
ci/expected/capacity.run
Normal file
5
ci/expected/capacity.run
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
foo(0)
|
||||
foo(1)
|
||||
foo(2)
|
||||
foo(3)
|
||||
bar
|
||||
2
ci/expected/idle.run
Normal file
2
ci/expected/idle.run
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
init
|
||||
idle
|
||||
1
ci/expected/init.run
Normal file
1
ci/expected/init.run
Normal file
|
|
@ -0,0 +1 @@
|
|||
init
|
||||
4
ci/expected/interrupt.run
Normal file
4
ci/expected/interrupt.run
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
init
|
||||
UART0 called 1 time
|
||||
idle
|
||||
UART0 called 2 times
|
||||
1
ci/expected/late.run
Normal file
1
ci/expected/late.run
Normal file
|
|
@ -0,0 +1 @@
|
|||
received message: 42
|
||||
5
ci/expected/lock.run
Normal file
5
ci/expected/lock.run
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
A
|
||||
B - SHARED = 1
|
||||
C
|
||||
D - SHARED = 2
|
||||
E
|
||||
6
ci/expected/message.run
Normal file
6
ci/expected/message.run
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
foo
|
||||
bar(0)
|
||||
baz(1, 2)
|
||||
foo
|
||||
bar(1)
|
||||
baz(2, 3)
|
||||
0
ci/expected/not-send.run
Normal file
0
ci/expected/not-send.run
Normal file
0
ci/expected/not-sync.run
Normal file
0
ci/expected/not-sync.run
Normal file
3
ci/expected/periodic.run
Normal file
3
ci/expected/periodic.run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
foo(scheduled = Instant(8000000), now = Instant(8000196))
|
||||
foo(scheduled = Instant(16000000), now = Instant(16000196))
|
||||
foo(scheduled = Instant(24000000), now = Instant(24000196))
|
||||
3
ci/expected/ramfunc.grep.bar
Normal file
3
ci/expected/ramfunc.grep.bar
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
20000100 B bar::FREE_QUEUE::lk14244m263eivix
|
||||
200000dc B bar::INPUTS::mi89534s44r1mnj1
|
||||
20000000 T bar::ns9009yhw2dc2y25
|
||||
3
ci/expected/ramfunc.grep.foo
Normal file
3
ci/expected/ramfunc.grep.foo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
20000100 B foo::FREE_QUEUE::ujkptet2nfdw5t20
|
||||
200000dc B foo::INPUTS::thvubs85b91dg365
|
||||
000002c6 T foo::sidaht420cg1mcm8
|
||||
1
ci/expected/ramfunc.run
Normal file
1
ci/expected/ramfunc.run
Normal file
|
|
@ -0,0 +1 @@
|
|||
foo
|
||||
2
ci/expected/resource.run
Normal file
2
ci/expected/resource.run
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
UART0: SHARED = 1
|
||||
UART1: SHARED = 2
|
||||
3
ci/expected/schedule.run
Normal file
3
ci/expected/schedule.run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
init @ Instant(0)
|
||||
bar @ Instant(4000236)
|
||||
foo @ Instant(8000173)
|
||||
2
ci/expected/singleton.run
Normal file
2
ci/expected/singleton.run
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
bar(2)
|
||||
foo(1)
|
||||
2
ci/expected/static.run
Normal file
2
ci/expected/static.run
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
UART1(KEY = 0xdeadbeef)
|
||||
UART0(KEY = 0xdeadbeef)
|
||||
3
ci/expected/task.run
Normal file
3
ci/expected/task.run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
foo
|
||||
baz
|
||||
bar
|
||||
0
ci/expected/types.run
Normal file
0
ci/expected/types.run
Normal file
Loading…
Add table
Add a link
Reference in a new issue