741: Docs 2 r=korken89 a=datdenkikniet
Working on the migration guide and other docs
TODO:
- [x] Migration guide
- [x] Hardcoded examples should link to example code that is tested (this was already done, AFAICT)
- [x] Address #699
- [x] Discuss: should we remove references to non-v2, apart from the migration guide and link to the book for v1? (Off-github conclusion: yes)
- [x] RTIC {vs,and} Embassy (important: distinction between embassy runtime & HALs)
- [x] More descriptive docs on how to implement & PR implementations of `Monotonic` to `rtic-monotonics`
Co-authored-by: datdenkikniet <jcdra1@gmail.com>
748: Fix zero prio tasks when all async tasks have default (no) arguments r=datdenkikneit a=korken89
Without this fix the default tasks get priority 1 instead of the intended 0.
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
745: Check rtic-monotonics with eh-async enabled r=korken89 a=datdenkikniet
`@korken89` discovered that the embedded-hal-async stuff had been broken for a longer time. This should've been caught by CI, but we don't test it with this feature enabled. This PR fixes that.
Co-authored-by: datdenkikniet <jcdra1@gmail.com>
738: comment on how to link on macOS apple silicon machine r=korken89 a=mike-kfed
probably messes with building on other OS, so I made it a comment, but I figure this can be useful for macOS users to have it link successfully.
Co-authored-by: Michael Kefeder <m.kefeder@gmail.com>
736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet
This was in #732 before, but decluttering that PR seemed sensible
Co-authored-by: datdenkikniet <jcdra1@gmail.com>
732: Docs 1 r=korken89 a=datdenkikniet
Going over all of the subprojects and trying to find stuff that may need docs
Co-authored-by: datdenkikniet <jcdra1@gmail.com>