The great docs update

This commit is contained in:
Emil Fresk 2021-09-22 13:22:45 +02:00
parent c8621d78b9
commit b71df58f2f
106 changed files with 1286 additions and 1429 deletions

View file

View file

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

View file

0
ci/expected/common.run Normal file
View file

View file

View file

@ -0,0 +1,2 @@
foo: a = 0, b = 0, c = 0
bar: a = 0, b = 0, c = 0

View file

@ -0,0 +1,4 @@
init
foo called
idle
foo called

View file

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

3
ci/expected/locals.run Normal file
View file

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

View file

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

View file

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

View file

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

View file

@ -1,2 +1,2 @@
UART1(key = 0xdeadbeef)
UART0(key = 0xdeadbeef)
bar(key = 0xdeadbeef)
foo(key = 0xdeadbeef)

View file

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

View file

@ -1,2 +1,2 @@
bar(0x2000008c)
foo(0x20000110)
bar(0x20000088)
foo(0x2000010c)

View file

@ -1,5 +1,5 @@
GPIOA - start
GPIOC - start
GPIOC - end
GPIOB
GPIOA - end
foo - start
baz - start
baz - end
bar
foo - end

View file

@ -0,0 +1,2 @@
UART0: shared = 1
UART1: shared = 2

View file

@ -1,3 +1,4 @@
init @ Instant(0)
bar @ Instant(4000236)
foo @ Instant(8000173)
init
foo
bar
baz

1
ci/expected/shared.run Normal file
View file

@ -0,0 +1 @@
received message: 42

0
ci/expected/smallest.run Normal file
View file

2
ci/expected/spawn.run Normal file
View file

@ -0,0 +1,2 @@
init
foo

3
ci/expected/static.run Normal file
View file

@ -0,0 +1,3 @@
received message: 1
received message: 2
received message: 3

0
ci/expected/t-binds.run Normal file
View file

View file

View file

View file

View file

View file

0
ci/expected/t-spawn.run Normal file
View file