Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 133 | -5571/+0 | |
2023-03-01 | Fix so deny(missing_docs) work | 3 | -0/+7 | |
2023-03-01 | executor update for less unsafe and more clear | 2 | -11/+8 | |
2023-03-01 | Async tasks can now take arguments at spawn again | 15 | -80/+146 | |
2023-03-01 | More work on new spawn/executor | 4 | -80/+23 | |
2023-03-01 | Start CI, disable docs building | 4 | -18/+6 | |
2023-03-01 | Clippy fixes | 12 | -59/+40 | |
2023-03-01 | Support 0 prio tasks | 7 | -58/+98 | |
2023-03-01 | Fix typos | 1 | -1/+1 | |
2023-03-01 | Fix failing UI test | 2 | -8/+27 | |
2023-03-01 | Update UI tests, 1 failing that needs fixing | 91 | -350/+134 | |
2023-03-01 | All codegen is now explicit | 8 | -128/+57 | |
2023-03-01 | Cleanup weird locals in codegen | 1 | -28/+11 | |
2023-03-01 | Main in main codegen | 5 | -63/+62 | |
2023-03-01 | Removed same prio spawn | 5 | -49/+0 | |
2023-03-01 | Lifetime cleanup | 2 | -40/+14 | |
2023-03-01 | Break codegen for 0-prio async | 1 | -9/+9 | |
2023-03-01 | Removed Priority, simplified lifetime handling | 12 | -152/+52 | |
2023-03-01 | First example builds again | 3 | -15/+13 | |
2023-03-01 | Even more cleanup | 5 | -53/+7 | |
2023-03-01 | Fix fences | 2 | -8/+7 | |
2023-03-01 | Added software task codegen back | 2 | -1/+111 | |
2023-03-01 | Min codegen | 22 | -1695/+130 | |
2023-03-01 | syntax: Remove parse settings struct | 13 | -86/+22 | |
2023-03-01 | Add check again | 2 | -22/+12 | |
2023-03-01 | Old xtask test pass | 3 | -43/+21 | |
2023-03-01 | RTIC v2: Initial commit | 165 | -481/+5205 | |
2023-02-26 | Release: v1.1.4 | 1 | -2/+2 | |
2023-01-22 | Handle more cfgs, support cfg on HW/SW tasks | 6 | -6/+25 | |
2023-01-22 | Enable at least masking out a Monotonic | 5 | -10/+40 | |
2023-01-22 | Make clippy happy | 2 | -4/+4 | |
2023-01-22 | Improve RTIC doc handling | 8 | -11/+48 | |
2022-12-15 | Clippy: Fix (clippy::needless_borrow) | 1 | -1/+1 | |
2022-12-14 | Fix CI error caused by `critical-section` 0.2.8 | 1 | -0/+1 | |
2022-07-27 | Merge #652 | 3 | -9/+26 | |
2022-07-27 | Remove use of basepri register on thumbv8m.base | 3 | -9/+26 | |
2022-07-27 | Fix missing formatting | 2 | -4/+2 | |
2022-07-06 | Allow custom `link_section` attributes for late resources | 2 | -3/+17 | |
2022-06-23 | Bump rtic-syntax to v1.0.2 and fix Changelog | 1 | -2/+2 | |
2022-05-24 | Fix macros to Rust 2021 | 1 | -2/+2 | |
2022-05-24 | Fix clash with defmt | 3 | -5/+9 | |
2022-05-17 | More ergonomic error from static asserts messages | 1 | -3/+22 | |
2022-05-10 | Fixed warning from Rust Analyzer | 2 | -3/+3 | |
2022-05-09 | Prepare v1.1.2 | 1 | -1/+1 | |
2022-04-20 | Added check for resource usage and to generate an compile error for thumbv6 e... | 1 | -1/+29 | |
2022-04-20 | Masks take 3 | 2 | -17/+30 | |
2022-04-13 | Release RTIC v1.1 | 1 | -2/+2 | |
2022-03-02 | Added support for SRP based scheduling for armv6m | 4 | -3/+65 | |
2022-02-22 | Clippy with pedantic suggestions | 12 | -65/+64 | |
2022-02-18 | rtic::mutex::prelude::* fixes glob import lint | 3 | -3/+3 |