rtic/examples
Henrik Tjäder 9764121cc1 Upgrade of semihosting changed timing
New semihosting 0.5 does not use error handling,
returns directly and as semihosting is generally slow
this led to missing print statements.

Workaround is to add NOP, which seems sufficient
to let it flush the buffers
2023-01-14 11:24:51 +01:00
..
big-struct-opt.rs The great docs update 2021-09-23 16:11:04 +02:00
binds.rs Upgrade of semihosting changed timing 2023-01-14 11:24:51 +01:00
cancel-reschedule.rs Remove ok() from hprintln!() 2023-01-11 21:40:33 +01:00
capacity.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
cfg-whole-task.rs Missed hprintln with multiline 2023-01-11 22:16:56 +01:00
common.rs Remove ok() from hprintln!() 2023-01-11 21:40:33 +01:00
complex.rs Missed hprintln with multiline 2023-01-11 22:16:56 +01:00
declared_locals.rs The great docs update 2021-09-23 16:11:04 +02:00
destructure.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
extern_binds.rs Upgrade of semihosting changed timing 2023-01-14 11:24:51 +01:00
extern_spawn.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
generics.rs Upgrade of semihosting changed timing 2023-01-14 11:24:51 +01:00
hardware.rs Upgrade of semihosting changed timing 2023-01-14 11:24:51 +01:00
idle-wfi.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
idle.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
init.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
locals.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
lock-free.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
lock.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
message.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
message_passing.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
multilock.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
not-sync.rs The great docs update 2021-09-23 16:11:04 +02:00
only-shared-access.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
periodic-at.rs Remove ok() from hprintln!() 2023-01-11 21:40:33 +01:00
periodic-at2.rs Remove ok() from hprintln!() 2023-01-11 21:40:33 +01:00
periodic.rs Remove ok() from hprintln!() 2023-01-11 21:40:33 +01:00
peripherals-taken.rs The great docs update 2021-09-23 16:11:04 +02:00
pool.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
preempt.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
ramfunc.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
resource-user-struct.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
schedule.rs Remove ok() from hprintln!() 2023-01-11 21:40:33 +01:00
shared.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
smallest.rs The great docs update 2021-09-23 16:11:04 +02:00
spawn.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00
static.rs Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01: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 Remove unwrap() from hprintln!() 2023-01-11 21:33:44 +01:00