rtic/examples
Emil Fresk b48a95e879 Fix codegen when having executor at multiple priorities
The codegen generated code for all executors in all
dispatchers, which caused some weird bugs.
Also the definition of an executor was not generated
globally, this caused use after free errors when having
multiple priority levels.
2022-08-05 09:00:46 +02:00
..
async-delay.rs Add timeout and delay example 2022-08-03 11:30:32 +02:00
async-infinite-loop.rs Add "async task with infinite loop" example 2022-08-03 11:30:32 +02:00
async-task-multiple-prios.rs Fix codegen when having executor at multiple priorities 2022-08-05 09:00:46 +02:00
async-task.rs Cleanup example 2022-08-03 11:30:32 +02:00
async-timeout.rs Add timeout and delay example 2022-08-03 11:30:32 +02:00
big-struct-opt.rs The great docs update 2021-09-23 16:11:04 +02:00
binds.rs The great docs update 2021-09-23 16:11:04 +02:00
cancel-reschedule.rs Improved docs on where the 12 MHz comes from in SysTick 2021-12-26 11:42:14 +01:00
capacity.rs The great docs update 2021-09-23 16:11:04 +02:00
cfg-whole-task.rs Fix CI 2021-11-03 08:54:18 +01:00
common.rs Improved docs on where the 12 MHz comes from in SysTick 2021-12-26 11:42:14 +01:00
complex.rs Added support for SRP based scheduling for armv6m 2022-03-02 13:23:47 +01:00
declared_locals.rs The great docs update 2021-09-23 16:11:04 +02:00
destructure.rs The great docs update 2021-09-23 16:11:04 +02:00
extern_binds.rs The great docs update 2021-09-23 16:11:04 +02:00
extern_spawn.rs The great docs update 2021-09-23 16:11:04 +02:00
generics.rs The great docs update 2021-09-23 16:11:04 +02:00
hardware.rs The great docs update 2021-09-23 16:11:04 +02:00
idle-wfi.rs Idle: Switch to NOP instead of WFI 2021-12-14 22:18:17 +01:00
idle.rs The great docs update 2021-09-23 16:11:04 +02:00
init.rs The great docs update 2021-09-23 16:11:04 +02:00
locals.rs Fix the locals.rs comment 2022-01-08 16:36:59 +11:00
lock-free.rs The great docs update 2021-09-23 16:11:04 +02:00
lock.rs The great docs update 2021-09-23 16:11:04 +02:00
message.rs The great docs update 2021-09-23 16:11:04 +02:00
message_passing.rs The great docs update 2021-09-23 16:11:04 +02:00
multilock.rs The great docs update 2021-09-23 16:11:04 +02:00
not-sync.rs The great docs update 2021-09-23 16:11:04 +02:00
only-shared-access.rs The great docs update 2021-09-23 16:11:04 +02:00
periodic-at.rs Drift free timing examples 2022-01-04 22:21:57 +01:00
periodic-at2.rs Drift free timing examples 2022-01-04 22:21:57 +01:00
periodic.rs Improved docs on where the 12 MHz comes from in SysTick 2021-12-26 11:42:14 +01:00
peripherals-taken.rs The great docs update 2021-09-23 16:11:04 +02:00
pool.rs The great docs update 2021-09-23 16:11:04 +02:00
preempt.rs The great docs update 2021-09-23 16:11:04 +02:00
ramfunc.rs Fix error based on retry queue 2022-08-03 11:30:32 +02:00
resource-user-struct.rs The great docs update 2021-09-23 16:11:04 +02:00
schedule.rs Improved docs on where the 12 MHz comes from in SysTick 2021-12-26 11:42:14 +01:00
shared.rs The great docs update 2021-09-23 16:11:04 +02:00
smallest.rs The great docs update 2021-09-23 16:11:04 +02:00
spawn.rs The great docs update 2021-09-23 16:11:04 +02:00
static.rs The great docs update 2021-09-23 16:11:04 +02:00
t-binds.rs The great docs update 2021-09-23 16:11:04 +02:00
t-cfg-resources.rs The great docs update 2021-09-23 16:11:04 +02:00
t-htask-main.rs The great docs update 2021-09-23 16:11:04 +02:00
t-idle-main.rs The great docs update 2021-09-23 16:11:04 +02:00
t-late-not-send.rs The great docs update 2021-09-23 16:11:04 +02:00
t-schedule.rs Improved docs on where the 12 MHz comes from in SysTick 2021-12-26 11:42:14 +01:00
t-spawn.rs The great docs update 2021-09-23 16:11:04 +02:00
task.rs The great docs update 2021-09-23 16:11:04 +02:00