From 35c97b61c17a30de675eb1c7f852a100b200a0c2 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 8 Jan 2023 19:56:47 +0100 Subject: All examples pass with `cargo xtask --target all` --- ci/expected/big-struct-opt.run | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/expected/big-struct-opt.run') diff --git a/ci/expected/big-struct-opt.run b/ci/expected/big-struct-opt.run index e69de29..7fdef35 100644 --- a/ci/expected/big-struct-opt.run +++ b/ci/expected/big-struct-opt.run @@ -0,0 +1,3 @@ +async_task data:[22, 22, 22, 22, 22] +uart0 data:[22, 22, 22, 22, 22] +idle -- cgit v1.2.3 From 306aa47170fd59369b7a184924e287dc3706d64d Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 23 Jan 2023 20:05:47 +0100 Subject: Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) --- ci/expected/big-struct-opt.run | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ci/expected/big-struct-opt.run (limited to 'ci/expected/big-struct-opt.run') diff --git a/ci/expected/big-struct-opt.run b/ci/expected/big-struct-opt.run deleted file mode 100644 index 7fdef35..0000000 --- a/ci/expected/big-struct-opt.run +++ /dev/null @@ -1,3 +0,0 @@ -async_task data:[22, 22, 22, 22, 22] -uart0 data:[22, 22, 22, 22, 22] -idle -- cgit v1.2.3