mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
fix(ci): adjust filenames for ouputs
This commit is contained in:
parent
8127208eb5
commit
cb7d053b78
3 changed files with 7 additions and 3 deletions
|
|
@ -9,15 +9,15 @@ In the following example two different tasks share a [`heapless::spsc::Queue`] f
|
|||
[`heapless::spsc::Queue`]: https://docs.rs/heapless/0.7.5/heapless/spsc/struct.Queue.html
|
||||
|
||||
```rust,noplayground
|
||||
{{#include ../../../../../examples/lm3s6965/examples/static.rs}}
|
||||
{{#include ../../../../../examples/lm3s6965/examples/static-resources-in-init.rs}}
|
||||
```
|
||||
|
||||
Running this program produces the expected output.
|
||||
|
||||
```console
|
||||
$ cargo xtask qemu --verbose --example static
|
||||
$ cargo xtask qemu --verbose --example static-resources-in-init
|
||||
```
|
||||
|
||||
```console
|
||||
{{#include ../../../../../ci/expected/lm3s6965/static.run}}
|
||||
{{#include ../../../../../ci/expected/lm3s6965/static-resources-in-init.run}}
|
||||
```
|
||||
|
|
|
|||
4
ci/expected/lm3s6965/static-recources-in-divergent.run
Normal file
4
ci/expected/lm3s6965/static-recources-in-divergent.run
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
received message: 0
|
||||
received message: 1
|
||||
received message: 2
|
||||
received message: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue