Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Missed hprintln with multiline | 1 | -2/+1 | ||
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 | -9/+13 | ||
2021-02-20 | Test fixes | 1 | -2/+2 | ||
2020-10-21 | Updated examples | 1 | -2/+3 | ||
More work | |||||
2020-10-05 | Merge branch 'master' into always_late_resources | 1 | -2/+2 | ||
2020-10-01 | Now late resources are always used | 1 | -1/+3 | ||
2020-09-25 | Modules using lower-case in examples | 1 | -1/+1 | ||
2020-09-25 | Examples using mod instead of const | 1 | -2/+2 | ||
2020-09-14 | Fixed so examples do not crash in release mode | 1 | -1/+3 | ||
2020-06-11 | Rename RTFM to RTIC | 1 | -3/+3 | ||
2019-08-21 | doc up | 1 | -0/+50 | ||