rtic/examples
Jorge Aparicio 6bf1c76d84 book/resources: do not use the lock API in the very first example
instead stick to `#[local]` resources
2021-07-21 15:55:14 +02:00
..
big-struct-opt.rs Fixing tests 2021-07-07 23:07:09 +02:00
binds.rs Fixing tests 2021-07-07 23:07:09 +02:00
capacity.rs Fixing tests 2021-07-07 23:07:09 +02:00
cfg-whole-task.rs Fixing tests 2021-07-07 23:07:09 +02:00
destructure.rs Fixing tests 2021-07-07 23:07:09 +02:00
double_schedule.rs Fixing tests 2021-07-07 23:07:09 +02:00
extern_binds.rs Fixing tests 2021-07-07 23:07:09 +02:00
extern_spawn.rs Fixing tests 2021-07-07 23:07:09 +02:00
generics.rs Fixing tests 2021-07-07 23:07:09 +02:00
hardware.rs Fixing tests 2021-07-07 23:07:09 +02:00
idle.rs Fixing tests 2021-07-07 23:07:09 +02:00
init.rs Fixing tests 2021-07-07 23:07:09 +02:00
lock.rs Fixing tests 2021-07-07 23:07:09 +02:00
message.rs Fixing tests 2021-07-07 23:07:09 +02:00
multilock.rs Fixing tests 2021-07-07 23:07:09 +02:00
not-sync.rs Fixing tests 2021-07-07 23:07:09 +02:00
only-shared-access.rs Fixing tests 2021-07-07 23:07:09 +02:00
periodic.rs Fixing tests 2021-07-07 23:07:09 +02:00
peripherals-taken.rs Fixing tests 2021-07-07 23:07:09 +02:00
pool.rs rustfmt 2021-07-20 11:44:03 +03:00
preempt.rs Fixing tests 2021-07-07 23:07:09 +02:00
ramfunc.rs Fixing tests 2021-07-07 23:07:09 +02:00
resource-user-struct.rs Fixing tests 2021-07-07 23:07:09 +02:00
resource.rs book/resources: do not use the lock API in the very first example 2021-07-21 15:55:14 +02:00
schedule.rs Fixing tests 2021-07-07 23:07:09 +02:00
shared.rs const generics 2021-07-09 18:44:19 +03:00
smallest.rs use tuple struct syntax for Monotonics everywhere 2021-07-21 10:14:00 +02:00
spawn.rs use tuple struct syntax for Monotonics everywhere 2021-07-21 10:14:00 +02:00
spawn2.rs use tuple struct syntax for Monotonics everywhere 2021-07-21 10:14:00 +02:00
static.rs const generics 2021-07-09 18:44:19 +03:00
t-binds.rs Fixing tests 2021-07-07 23:07:09 +02:00
t-cfg-resources.rs Fixing tests 2021-07-07 23:07:09 +02:00
t-htask-main.rs Fixing tests 2021-07-07 23:07:09 +02:00
t-idle-main.rs Fixing tests 2021-07-07 23:07:09 +02:00
t-late-not-send.rs Fixing tests 2021-07-07 23:07:09 +02:00
t-schedule.rs Fixing tests 2021-07-07 23:07:09 +02:00
t-spawn.rs Fixing tests 2021-07-07 23:07:09 +02:00
task.rs Fixing tests 2021-07-07 23:07:09 +02:00