Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-01 | All examples pass with `cargo xtask --target all` | 1 | -2/+1 | ||
2023-03-01 | Update semihosting | 1 | -3/+3 | ||
2023-03-01 | more examples | 1 | -2/+2 | ||
2023-03-01 | Old xtask test pass | 1 | -7/+5 | ||
2023-01-21 | Deny missing_docs for all examples | 1 | -0/+1 | ||
2023-01-14 | Upgrade of semihosting changed timing | 1 | -2/+3 | ||
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!() | 1 | -1/+1 | ||
sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .) | |||||
2023-01-11 | Remove unwrap() from hprintln!() | 1 | -2/+2 | ||
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .) | |||||
2021-09-23 | The great docs update | 1 | -1/+1 | ||
2021-07-07 | Fixing tests | 1 | -2/+8 | ||
2021-02-20 | Test fixes | 1 | -2/+2 | ||
2020-10-29 | extern task | 1 | -0/+48 | ||