| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unstable and prone to fail CI
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .)
|
|
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .)
|
|
|
|
|
|
I believe that is a typo s/shared/local_to_bar
|
|
|
|
|
|
Add example how to get old WFI behaviour
|
|
|
|
|
|
|
|
|
|
the #[task_local] attribute was removed
|
|
|
|
it no longer exists. all resources are now late resources
|
|
instead stick to `#[local]` resources
|