| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Optimize linked list popping so delete is not run everytime | Emil Fresk | |
| 2023-03-01 | Fixed systick monotonic | Emil Fresk | |
| 2023-03-01 | Add gitignore for book | Emil Fresk | |
| 2023-03-01 | Does CI work again? | Emil Fresk | |
| 2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | Emil Fresk | |
| 2023-03-01 | Fix so deny(missing_docs) work | Emil Fresk | |
| 2023-03-01 | monotonic experiments | Emil Fresk | |
| 2023-03-01 | executor update for less unsafe and more clear | Per Lindgren | |
| 2023-03-01 | Async tasks can now take arguments at spawn again | Emil Fresk | |
| 2023-03-01 | More work on new spawn/executor | Emil Fresk | |
| 2023-03-01 | New executor design | Emil Fresk | |
| 2023-03-01 | Start CI, disable docs building | Emil Fresk | |
| 2023-03-01 | Clippy fixes | Emil Fresk | |
| 2023-03-01 | Support 0 prio tasks | Emil Fresk | |
| 2023-03-01 | All examples pass with `cargo xtask --target all` | Emil Fresk | |
| 2023-03-01 | Update semihosting | Emil Fresk | |
| 2023-03-01 | Fix typos | Emil Fresk | |
| 2023-03-01 | Fix failing UI test | Emil Fresk | |
| 2023-03-01 | Update UI tests, 1 failing that needs fixing | Emil Fresk | |
| 2023-03-01 | more examples | Per Lindgren | |
| 2023-03-01 | Fix locks, basepri writeback error | Emil Fresk | |
| 2023-03-01 | examples/multiloc fixed | Per Lindgren | |
| 2023-03-01 | All codegen is now explicit | Emil Fresk | |
| 2023-03-01 | examples/lock fixed | Per Lindgren | |
| 2023-03-01 | examples/locals fixed | Per Lindgren | |
| 2023-03-01 | Cleanup weird locals in codegen | Emil Fresk | |
| 2023-03-01 | examples/idle-wfi fixed | Per Lindgren | |
| 2023-03-01 | export Cell removed, expmples updated | Per Lindgren | |
| 2023-03-01 | Main in main codegen | Emil Fresk | |
| 2023-03-01 | examples/async-task fixup | Per Lindgren | |
| 2023-03-01 | Removed same prio spawn | Emil Fresk | |
| 2023-03-01 | Lifetime cleanup | Emil Fresk | |
| 2023-03-01 | Break codegen for 0-prio async | Emil Fresk | |
| 2023-03-01 | Removed Priority, simplified lifetime handling | Emil Fresk | |
| 2023-03-01 | More removal | Emil Fresk | |
| 2023-03-01 | First example builds again | Emil Fresk | |
| 2023-03-01 | Even more cleanup | Emil Fresk | |
| 2023-03-01 | Fix fences | Emil Fresk | |
| 2023-03-01 | Added software task codegen back | Emil Fresk | |
| 2023-03-01 | Min codegen | Emil Fresk | |
| 2023-03-01 | syntax: Remove parse settings struct | Emil Fresk | |
| 2023-03-01 | Add check again | Emil Fresk | |
| 2023-03-01 | Old xtask test pass | Emil Fresk | |
| 2023-03-01 | RTIC v2: Initial commit | Emil Fresk | |
| rtic-syntax is now part of RTIC repository | |||
| 2023-02-26 | Merge #698 | bors[bot] | |
| 698: Release: v1.1.4 r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2023-02-26 | Release: v1.1.4 | Henrik Tjäder | |
| 2023-02-26 | example: pool: Do not print the addr | Henrik Tjäder | |
| Unstable and prone to fail CI | |||
| 2023-01-25 | Merge #692 | bors[bot] | |
| 692: CFG: Support HW tasks, cleanup for SW tasks r=korken89 a=AfoHT Fixes #665 Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2023-01-25 | Merge #691 | bors[bot] | |
| 691: Basic cfg support, kind of, for Monotonics r=korken89 a=AfoHT - Enable at least masking out a Monotonic - Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax - Update changelog The use case detailed in linked issue seems to be covered: Fixes #664 Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2023-01-25 | Merge #686 | bors[bot] | |
| 686: Book: Editorial review r=korken89 a=AfoHT Continuation of https://github.com/rtic-rs/cortex-m-rtic/pull/618 Better late than never... A big thanks to `@jvanderk` ! Co-authored-by: John van der Koijk <33966414+jvanderk@users.noreply.github.com> | |||
