Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -67/+0 | ||
2023-03-01 | Fix so deny(missing_docs) work | 1 | -0/+1 | ||
2023-03-01 | All examples pass with `cargo xtask --target all` | 1 | -0/+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/+3 | ||
2023-01-21 | Deny missing_docs for all examples | 1 | -0/+1 | ||
2023-01-14 | Upgrade of semihosting changed timing | 1 | -0/+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 unwrap() from hprintln!() | 1 | -3/+3 | ||
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .) | |||||
2021-09-23 | The great docs update | 1 | -1/+1 | ||
2021-07-07 | Fixing tests | 1 | -17/+15 | ||
2021-02-20 | Test fixes | 1 | -2/+2 | ||
2020-10-23 | Now all locks are symmetric | 1 | -6/+2 | ||
Test fixes Fix test Fix comment | |||||
2020-10-21 | Namespace cleanup | 1 | -2/+2 | ||
2020-10-21 | Updated examples | 1 | -3/+6 | ||
More work | |||||
2020-10-05 | Merge branch 'master' into always_late_resources | 1 | -2/+3 | ||
2020-10-01 | Now late resources are always used | 1 | -1/+3 | ||
2020-09-29 | All examples use #[resources] attribute | 1 | -0/+1 | ||
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-06-11 | Rename RTFM to RTIC | 1 | -5/+5 | ||
2019-08-21 | doc up | 1 | -1/+4 | ||
2019-07-10 | implement RFC #212 | 1 | -8/+11 | ||
2019-06-20 | RFC #207 | 1 | -4/+4 | ||
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -8/+5 | ||
2019-05-01 | update examples | 1 | -9/+9 | ||
2018-11-04 | use new cortex_m_semihosting::hprintln macro | 1 | -16/+4 | ||
2018-11-04 | impl Mutex on all shared resources | 1 | -0/+74 | ||
document how to write generic code that operates on resources | |||||
2018-11-03 | v0.4.0 | 1 | -73/+0 | ||
closes #32 closes #33 | |||||
2018-08-24 | more fixes | 1 | -2/+1 | ||
2017-12-09 | implement the Resource trait for owned resources | 1 | -1/+1 | ||
this unbreaks the "generics" example | |||||
2017-12-09 | deny warnings and unsafe code in tests and examples | 1 | -0/+1 | ||
2017-12-09 | fix the "generics" example | 1 | -2/+2 | ||
2017-12-09 | peripherals as scoped singletons | 1 | -1/+11 | ||
2017-07-27 | update examples | 1 | -4/+3 | ||
2017-07-27 | make task.$T.enabled optional | 1 | -2/+0 | ||
and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic | |||||
2017-07-27 | update tests and examples | 1 | -5/+2 | ||
with task! gone 3 types of errors / gotchas have been eliminated :tada: | |||||
2017-07-20 | `Resource` trait, docs, examples and rtfm-syntax related changes | 1 | -0/+69 | ||