Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -75/+0 | |
2023-03-01 | All codegen is now explicit | 1 | -42/+14 | |
2023-03-01 | Cleanup weird locals in codegen | 1 | -28/+11 | |
2023-03-01 | Main in main codegen | 1 | -37/+6 | |
2023-03-01 | Removed Priority, simplified lifetime handling | 1 | -0/+4 | |
2023-03-01 | Even more cleanup | 1 | -3/+0 | |
2023-03-01 | Added software task codegen back | 1 | -1/+10 | |
2023-03-01 | Min codegen | 1 | -24/+5 | |
2023-03-01 | RTIC v2: Initial commit | 1 | -75/+22 | |
2023-01-22 | Enable at least masking out a Monotonic | 1 | -1/+6 | |
2023-01-22 | Improve RTIC doc handling | 1 | -1/+1 | |
2022-03-02 | Added support for SRP based scheduling for armv6m | 1 | -1/+1 | |
2022-02-22 | Clippy with pedantic suggestions | 1 | -3/+4 | |
2021-12-25 | Clippy lints | 1 | -1/+1 | |
2021-11-09 | New monotonic trait working | 1 | -12/+3 | |
2021-11-02 | Fixed aliasing issue due to RacyCell implementation | 1 | -1/+1 | |
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of th... | 1 | -1/+0 | |
2021-07-07 | Fixing tests | 1 | -1/+0 | |
2021-07-07 | Full local resource syntax working | 1 | -5/+7 | |
2021-07-06 | Minimal app now compiles | 1 | -3/+8 | |
2021-07-05 | Started work | 1 | -3/+4 | |
2021-05-06 | Flattened the _ out of it | 1 | -15/+2 | |
2021-04-22 | Merge #469 | 1 | -1/+1 | |
2021-04-22 | use super::xx now works with monotonics | 1 | -0/+5 | |
2021-04-20 | Merge #477 | 1 | -0/+8 | |
2021-04-20 | Fix for default monotonic, `monotonics::now()` now properly works | 1 | -0/+8 | |
2021-04-18 | reclaim stack space used in init | 1 | -2/+10 | |
2021-04-08 | Goodbye static mut | 1 | -1/+1 | |
2021-04-08 | Type aliases now work in the app module | 1 | -3/+13 | |
2021-02-25 | Documentation generation fixes | 1 | -27/+15 | |
2021-02-25 | Review fixes | 1 | -1/+2 | |
2021-02-23 | GHA update | 1 | -1/+4 | |
2021-02-21 | Fixed UB in generated `Monotonic::now()` | 1 | -5/+14 | |
2021-02-20 | Fixing warnings | 1 | -2/+5 | |
2021-02-18 | Now with new monotonic trait and crate | 1 | -1/+23 | |
2020-12-13 | Now handling SysTick as well | 1 | -1/+3 | |
2020-12-12 | Cleanup | 1 | -5/+9 | |
2020-12-10 | More work | 1 | -3/+11 | |
2020-12-03 | Save, init generation fixed | 1 | -2/+0 | |
2020-11-15 | The module should not be pub | 1 | -1/+1 | |
2020-11-15 | Move entry-point main into a separate module | 1 | -8/+11 | |
2020-10-23 | move dispatchers to app argument | 1 | -1/+1 | |
2020-10-21 | Namespace cleanup | 1 | -28/+7 | |
2020-10-21 | Updated examples | 1 | -49/+36 | |
2020-10-15 | Merge branch 'master' into spawn_experiment | 1 | -0/+16 | |
2020-10-15 | Merge #371 | 1 | -0/+17 | |
2020-10-15 | Create Enum containing all tasks | 1 | -0/+17 | |
2020-10-15 | Merge branch 'master' into spawn_experiment | 1 | -1/+1 | |
2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | 1 | -1/+1 | |
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | 1 | -16/+3 |