rtic/examples
Jorge Aparicio 0cc456ba80 reduce memory overhead
by storing indices (u8) in the queues instead of pointers (*mut u8)

in the binary heap we store the baseline inline along with the index and the task name. Before we
stored a pointer to the message and had to lookup the baseline when comparing two nodes in the heap.
2018-05-04 10:59:23 +02:00
..
async-after.rs add example of using async from an interrupt triggered task 2018-05-01 15:55:11 +02:00
async.rs reduce memory overhead 2018-05-04 10:59:23 +02:00
empty.rs add example of using async from an interrupt triggered task 2018-05-01 15:55:11 +02:00
interrupt-async-after.rs add example of using async from an interrupt triggered task 2018-05-01 15:55:11 +02:00
interrupt-async.rs add example of using async from an interrupt triggered task 2018-05-01 15:55:11 +02:00
interrupt.rs add example of using async from an interrupt triggered task 2018-05-01 15:55:11 +02:00
periodic-payload.rs reduce memory overhead 2018-05-04 10:59:23 +02:00
periodic-preemption-payload.rs reduce memory overhead 2018-05-04 10:59:23 +02:00
periodic-preemption.rs reduce memory overhead 2018-05-04 10:59:23 +02:00
periodic.rs reduce memory overhead 2018-05-04 10:59:23 +02:00