diff options
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/expected/lock-free.run | 14 | ||||
| -rw-r--r-- | ci/expected/resource.run | 4 |
2 files changed, 16 insertions, 2 deletions
diff --git a/ci/expected/lock-free.run b/ci/expected/lock-free.run new file mode 100644 index 0000000..56f47a0 --- /dev/null +++ b/ci/expected/lock-free.run @@ -0,0 +1,14 @@ +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 diff --git a/ci/expected/resource.run b/ci/expected/resource.run index ca12f0e..9b60960 100644 --- a/ci/expected/resource.run +++ b/ci/expected/resource.run @@ -1,2 +1,2 @@ -UART1: shared = 1 -UART0: shared = 2 +UART1: local_to_uart1 = 1 +UART0: local_to_uart0 = 1 |
