diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-01-06 14:20:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 14:20:20 +0000 |
| commit | 2c921ac67c2e16f8d473a5825c7e29c681753f92 (patch) | |
| tree | ed908b8a35f34ae5f1de7de12aae744b30905687 /ci | |
| parent | dcba1a55ddf27995da61253ec79f8c915bb3da38 (diff) | |
| parent | 305e8295d5727502bcbd13a5a0b7a60759e5152b (diff) | |
Merge #580
580: Spawn at periodic r=korken89 a=perlindgren
Examples on drift free usage under RTIC 1.0.
Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/expected/periodic-at.run | 4 | ||||
| -rw-r--r-- | ci/expected/periodic-at2.run | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ci/expected/periodic-at.run b/ci/expected/periodic-at.run new file mode 100644 index 0000000..54020f9 --- /dev/null +++ b/ci/expected/periodic-at.run @@ -0,0 +1,4 @@ +foo Instant { ticks: 0 } +foo Instant { ticks: 100 } +foo Instant { ticks: 200 } +foo Instant { ticks: 300 } diff --git a/ci/expected/periodic-at2.run b/ci/expected/periodic-at2.run new file mode 100644 index 0000000..47adbef --- /dev/null +++ b/ci/expected/periodic-at2.run @@ -0,0 +1,7 @@ +foo Instant { ticks: 0 } +bar Instant { ticks: 10 } +foo Instant { ticks: 110 } +bar Instant { ticks: 120 } +foo Instant { ticks: 220 } +bar Instant { ticks: 230 } +foo Instant { ticks: 330 } |
