Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-21 | Update preface.md | 1 | -1/+1 | ||
polish | |||||
2021-12-21 | Update tips_monotonic_impl.md | 1 | -1/+1 | ||
text polishing | |||||
2021-12-21 | Update monotonic.md | 1 | -1/+1 | ||
high granularity -> fine grained | |||||
2021-12-19 | Review fixup | 1 | -1/+1 | ||
2021-12-19 | Docs: New project touchup | 1 | -2/+4 | ||
2021-12-19 | Docs: Tips touchup | 6 | -30/+33 | ||
2021-12-19 | Docs: Point to rtic-examples repo | 1 | -0/+7 | ||
2021-12-19 | Docs: Migration docs | 3 | -35/+53 | ||
2021-12-19 | Docs: By-example Monotonics | 1 | -19/+24 | ||
2021-12-19 | Docs: By-example App priorities and message passing | 2 | -25/+57 | ||
2021-12-19 | Docs: By-example Software tasks | 1 | -16/+26 | ||
2021-12-19 | Docs: By-example | 8 | -61/+90 | ||
2021-12-14 | Update changelog | 1 | -0/+4 | ||
2021-12-14 | Remove note about SLEEPONEXIT in Russian book | 1 | -5/+0 | ||
2021-12-14 | Idle: Switch to NOP instead of WFI | 6 | -13/+77 | ||
Add example how to get old WFI behaviour | |||||
2021-11-25 | Remove #[deny(warnings)], but deny warnings for CI | 3 | -3/+19 | ||
2021-11-25 | Docs: add RTIC logo | 2 | -0/+9 | ||
2021-11-11 | Better errors on when missing to lock shared resources | 3 | -6/+16 | ||
2021-11-10 | Example monotonic for nRF52 | 1 | -2/+4 | ||
2021-11-10 | Remove example impl and have a list of example impls instead | 1 | -47/+11 | ||
2021-11-10 | Updated the monotonic impl chapter | 1 | -17/+23 | ||
2021-11-09 | Update versions and changelog | 3 | -7/+10 | ||
2021-11-09 | New monotonic trait working | 11 | -106/+66 | ||
2021-11-08 | Bump version to 0.6.0-rc.3 | 2 | -4/+4 | ||
2021-11-08 | CHANGELOG: Add links to v0.6.x | 1 | -1/+11 | ||
2021-11-08 | Update changelog from v0.5.x branch | 1 | -1/+27 | ||
2021-11-08 | Update CHANGELOG | 1 | -0/+4 | ||
2021-11-07 | Match new rtic-syntax naming of shared and local | 1 | -2/+2 | ||
2021-11-03 | fix #543 | 1 | -0/+4 | ||
2021-11-03 | Fix CI | 1 | -2/+0 | ||
2021-11-03 | Fixed aliasing in lock impl | 1 | -1/+1 | ||
2021-11-03 | Cleanup of resource initialization, no need to dereference | 1 | -2/+2 | ||
2021-11-02 | added doc for RacyCell | 1 | -0/+21 | ||
2021-11-02 | Fixed aliasing issue due to RacyCell implementation | 10 | -49/+47 | ||
2021-10-13 | remove outdated comment | 1 | -1/+0 | ||
2021-09-28 | Prepare rc.2 release | 3 | -3/+7 | ||
2021-09-28 | Fix export of SYST | 4 | -5/+4 | ||
2021-09-27 | Preparing 0.6.0-rc.1 | 3 | -5/+11 | ||
2021-09-27 | Fix a bug in the timer queue due to comparison bug in embedded-time | 1 | -2/+5 | ||
2021-09-27 | Fixing bad english | 1 | -1/+1 | ||
2021-09-27 | Updated codegen for the updated syntax (default monotonic priority) | 2 | -2/+6 | ||
2021-09-27 | More docs updates | 5 | -9/+21 | ||
2021-09-23 | The great docs update | 106 | -1436/+1293 | ||
2021-09-20 | start with a clean ci/builds always | 2 | -6/+24 | ||
2021-09-20 | improve xtask repo root check to not break our fork CI# | 1 | -3/+4 | ||
2021-09-16 | implement run-pass tests as xtasks | 8 | -132/+611 | ||
` | |||||
2021-09-14 | Cleanup export and actually use rtic::export, made fn init inline | 3 | -4/+6 | ||
2021-08-31 | fix UI test, take 2 | 1 | -1/+1 | ||
2021-08-31 | fix UI test | 1 | -1/+1 | ||
2021-08-31 | style fix | 1 | -1/+1 | ||