diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-11-04 18:50:42 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-11-04 18:50:42 +0100 |
| commit | 37a0692a0fe5d9b41b65728d496b6856a1152dcc (patch) | |
| tree | beb91d9c1caa0fb5e16e61236b6b92739766edd2 /ci/expected | |
| parent | 16d473a9b6827aa7ffa9ce92e4e532eff9a091d2 (diff) | |
impl Mutex on all shared resources
document how to write generic code that operates on resources
Diffstat (limited to 'ci/expected')
| -rw-r--r-- | ci/expected/generics.run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/expected/generics.run b/ci/expected/generics.run new file mode 100644 index 0000000..7fa9775 --- /dev/null +++ b/ci/expected/generics.run @@ -0,0 +1,6 @@ +UART1(STATE = 0) +SHARED: 0 -> 1 +UART0(STATE = 0) +SHARED: 1 -> 2 +UART1(STATE = 1) +SHARED: 2 -> 4 |
