rtic/rtic-time/src
dalegaard a636f4e4ad
Change timeout/delay functions to non-async (#910)
Because of a compiler bug, the `async` implementations of
`delay`/`delay_until`/`timeout`/`timeout_at` produce much larger RAM
footprint than they should.

Fixes #890.

Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2024-08-21 18:40:52 +00:00
..
monotonic Fix another clippy::assign_op_pattern warning (#933) 2024-05-08 18:22:16 +00:00
timer_queue Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00
half_period_counter.rs Fix race condition in calculate_now (#860) 2023-12-06 18:36:09 +00:00
lib.rs Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00
linked_list.rs rtic-time: Docs 2023-04-15 19:19:49 +02:00
monotonic.rs Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00
timer_queue.rs Change timeout/delay functions to non-async (#910) 2024-08-21 18:40:52 +00:00