aboutsummaryrefslogtreecommitdiff
path: root/examples/extern_binds.rs
AgeCommit message (Collapse)Author
2023-03-01Old xtask test passEmil Fresk
2023-01-21Deny missing_docs for all examplesHenrik Tjäder
2023-01-14Upgrade of semihosting changed timingHenrik Tjäder
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-11Remove ok() from hprintln!()Henrik Tjäder
sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .)
2023-01-11Remove unwrap() from hprintln!()Henrik Tjäder
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .)
2021-09-23The great docs updateEmil Fresk
2021-07-07Fixing testsEmil Fresk
2021-02-20Test fixesEmil Fresk
2020-10-29extern taskPer Lindgren