mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
cargo xtask is now ~40x faster
This commit is contained in:
parent
bc883e393d
commit
ef4e4aaaa3
13 changed files with 36 additions and 206 deletions
|
|
@ -1,4 +0,0 @@
|
|||
init(baseline = Instant(0))
|
||||
foo(baseline = Instant(0))
|
||||
UART0(baseline = Instant(904))
|
||||
foo(baseline = Instant(904))
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
foo has been called 1 time
|
||||
foo has been called 2 times
|
||||
|
|
@ -1 +0,0 @@
|
|||
received message: 42
|
||||
|
|
@ -1 +0,0 @@
|
|||
20000000 t ramfunc::bar::h9d6714fe5a3b0c89
|
||||
|
|
@ -1 +0,0 @@
|
|||
00000162 t ramfunc::foo::h30e7789b08c08e19
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
UART1: local_to_uart1 = 1
|
||||
UART0: local_to_uart0 = 1
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
bar(2)
|
||||
foo(1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue