| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | Emil Fresk | |
| 2023-03-01 | Fix so deny(missing_docs) work | Emil Fresk | |
| 2023-03-01 | All examples pass with `cargo xtask --target all` | Emil Fresk | |
| 2023-03-01 | Update semihosting | Emil Fresk | |
| 2023-03-01 | more examples | Per Lindgren | |
| 2023-03-01 | Old xtask test pass | Emil Fresk | |
| 2023-01-21 | Deny missing_docs for all examples | Henrik Tjäder | |
| 2023-01-14 | Upgrade of semihosting changed timing | Henrik 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-11 | Remove ok() from hprintln!() | Henrik Tjäder | |
| sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .) | |||
| 2023-01-11 | Remove unwrap() from hprintln!() | Henrik Tjäder | |
| sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .) | |||
| 2021-09-23 | The great docs update | Emil Fresk | |
| 2021-07-07 | Fixing tests | Emil Fresk | |
| 2021-02-20 | Test fixes | Emil Fresk | |
| 2020-10-29 | extern task | Per Lindgren | |
