mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
The great docs update
This commit is contained in:
parent
c8621d78b9
commit
b71df58f2f
106 changed files with 1286 additions and 1429 deletions
0
ci/expected/big-struct-opt.run
Normal file
0
ci/expected/big-struct-opt.run
Normal file
3
ci/expected/cancel-reschedule.run
Normal file
3
ci/expected/cancel-reschedule.run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
init
|
||||
foo
|
||||
bar
|
||||
0
ci/expected/cfg-whole-task.run
Normal file
0
ci/expected/cfg-whole-task.run
Normal file
0
ci/expected/common.run
Normal file
0
ci/expected/common.run
Normal file
0
ci/expected/declared_locals.run
Normal file
0
ci/expected/declared_locals.run
Normal file
2
ci/expected/destructure.run
Normal file
2
ci/expected/destructure.run
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
foo: a = 0, b = 0, c = 0
|
||||
bar: a = 0, b = 0, c = 0
|
||||
4
ci/expected/extern_binds.run
Normal file
4
ci/expected/extern_binds.run
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
init
|
||||
foo called
|
||||
idle
|
||||
foo called
|
||||
2
ci/expected/extern_spawn.run
Normal file
2
ci/expected/extern_spawn.run
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
foo 1, 2
|
||||
foo 2, 3
|
||||
3
ci/expected/locals.run
Normal file
3
ci/expected/locals.run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
foo: local_to_foo = 1
|
||||
bar: local_to_bar = 1
|
||||
idle: local_to_idle = 1
|
||||
|
|
@ -1,14 +1,2 @@
|
|||
GPIOA/start
|
||||
GPIOA/counter = 1
|
||||
GPIOA/end
|
||||
GPIOB/start
|
||||
GPIOB/counter = 2
|
||||
GPIOB/end
|
||||
GPIOA/start
|
||||
GPIOA/counter = 3
|
||||
GPIOA/end
|
||||
GPIOB/start
|
||||
GPIOB/counter = 4
|
||||
GPIOB/end
|
||||
GPIOA/start
|
||||
GPIOA/counter = 5
|
||||
foo = 1
|
||||
bar = 2
|
||||
|
|
|
|||
3
ci/expected/message_passing.run
Normal file
3
ci/expected/message_passing.run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
foo 1, 1
|
||||
foo 1, 2
|
||||
foo 2, 3
|
||||
|
|
@ -1,4 +1 @@
|
|||
Multiple single locks
|
||||
Multiple single locks, s1: 1, s2: 1, s3: 1
|
||||
Multilock!
|
||||
Multiple single locks, s1: 2, s2: 2, s3: 2
|
||||
Multiple locks, s1: 1, s2: 1, s3: 1
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
UART1(key = 0xdeadbeef)
|
||||
UART0(key = 0xdeadbeef)
|
||||
bar(key = 0xdeadbeef)
|
||||
foo(key = 0xdeadbeef)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
foo(scheduled = Instant(8000000), now = Instant(8000196))
|
||||
foo(scheduled = Instant(16000000), now = Instant(16000196))
|
||||
foo(scheduled = Instant(24000000), now = Instant(24000196))
|
||||
foo
|
||||
foo
|
||||
foo
|
||||
foo
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
bar(0x2000008c)
|
||||
foo(0x20000110)
|
||||
bar(0x20000088)
|
||||
foo(0x2000010c)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
GPIOA - start
|
||||
GPIOC - start
|
||||
GPIOC - end
|
||||
GPIOB
|
||||
GPIOA - end
|
||||
foo - start
|
||||
baz - start
|
||||
baz - end
|
||||
bar
|
||||
foo - end
|
||||
|
|
|
|||
2
ci/expected/resource-user-struct.run
Normal file
2
ci/expected/resource-user-struct.run
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
UART0: shared = 1
|
||||
UART1: shared = 2
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
init @ Instant(0)
|
||||
bar @ Instant(4000236)
|
||||
foo @ Instant(8000173)
|
||||
init
|
||||
foo
|
||||
bar
|
||||
baz
|
||||
|
|
|
|||
1
ci/expected/shared.run
Normal file
1
ci/expected/shared.run
Normal file
|
|
@ -0,0 +1 @@
|
|||
received message: 42
|
||||
0
ci/expected/smallest.run
Normal file
0
ci/expected/smallest.run
Normal file
2
ci/expected/spawn.run
Normal file
2
ci/expected/spawn.run
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
init
|
||||
foo
|
||||
3
ci/expected/static.run
Normal file
3
ci/expected/static.run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
received message: 1
|
||||
received message: 2
|
||||
received message: 3
|
||||
0
ci/expected/t-binds.run
Normal file
0
ci/expected/t-binds.run
Normal file
0
ci/expected/t-cfg-resources.run
Normal file
0
ci/expected/t-cfg-resources.run
Normal file
0
ci/expected/t-htask-main.run
Normal file
0
ci/expected/t-htask-main.run
Normal file
0
ci/expected/t-idle-main.run
Normal file
0
ci/expected/t-idle-main.run
Normal file
0
ci/expected/t-late-not-send.run
Normal file
0
ci/expected/t-late-not-send.run
Normal file
0
ci/expected/t-schedule.run
Normal file
0
ci/expected/t-schedule.run
Normal file
0
ci/expected/t-spawn.run
Normal file
0
ci/expected/t-spawn.run
Normal file
Loading…
Add table
Add a link
Reference in a new issue