Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -238/+0 | |
2023-03-01 | Async tasks can now take arguments at spawn again | 1 | -3/+51 | |
2023-03-01 | More work on new spawn/executor | 1 | -10/+0 | |
2023-03-01 | Clippy fixes | 1 | -8/+8 | |
2023-03-01 | Support 0 prio tasks | 1 | -0/+4 | |
2023-03-01 | Removed Priority, simplified lifetime handling | 1 | -4/+3 | |
2023-03-01 | First example builds again | 1 | -1/+1 | |
2023-03-01 | Min codegen | 1 | -110/+1 | |
2023-03-01 | RTIC v2: Initial commit | 1 | -10/+33 | |
2022-07-27 | Remove use of basepri register on thumbv8m.base | 1 | -0/+5 | |
2022-04-20 | Masks take 3 | 1 | -1/+6 | |
2022-03-02 | Added support for SRP based scheduling for armv6m | 1 | -0/+1 | |
2022-02-22 | Clippy with pedantic suggestions | 1 | -5/+5 | |
2022-02-09 | Fix/mute clippy errors | 1 | -19/+7 | |
2021-12-25 | Clippy lints | 1 | -3/+3 | |
2021-11-11 | Better errors on when missing to lock shared resources | 1 | -0/+7 | |
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of th... | 1 | -51/+30 | |
2021-07-09 | const generics | 1 | -14/+1 | |
2021-07-08 | Cleanup from review (needs releases to compile) | 1 | -7/+2 | |
2021-07-07 | Fixing tests | 1 | -2/+26 | |
2021-07-07 | Full local resource syntax working | 1 | -13/+0 | |
2021-07-06 | Minimal app now compiles | 1 | -4/+12 | |
2021-07-05 | Started work | 1 | -7/+20 | |
2021-05-27 | Prepare release alpha.4 | 1 | -4/+1 | |
2021-05-06 | Flattened the _ out of it | 1 | -0/+29 | |
2021-03-13 | Added interface for cancel/reschedule | 1 | -0/+5 | |
2021-02-25 | Documentation generation fixes | 1 | -7/+2 | |
2021-02-18 | Now with new monotonic trait and crate | 1 | -0/+10 | |
2020-12-13 | Now handling SysTick as well | 1 | -1/+10 | |
2020-12-12 | Cleanup | 1 | -1/+4 | |
2020-12-12 | Monotonic codegen now passing compile stage | 1 | -18/+2 | |
2020-12-08 | TQ handlers being generated | 1 | -4/+2 | |
2020-12-03 | Save, init generation fixed | 1 | -0/+8 | |
2020-10-23 | move dispatchers to app argument | 1 | -1/+1 | |
2020-10-22 | Merge #396 | 1 | -1/+9 | |
2020-10-21 | Hide lock type better to not collide with user types | 1 | -1/+1 | |
2020-10-21 | Updated examples | 1 | -0/+8 | |
2020-10-15 | Implement all clippy suggestions | 1 | -8/+13 | |
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 | Now with spawn/schedule from anywhere | 1 | -15/+1 | |
2020-09-01 | Remove stale code, fix comment styling | 1 | -53/+5 | |
2020-09-01 | Since there only will be one init/idle use .first().unwrap(), matching rtic-s... | 1 | -11/+4 | |
2020-09-01 | Cargo fmt | 1 | -21/+6 | |
2020-09-01 | Brutally yank out multicore | 1 | -55/+47 | |
2020-06-11 | Rename RTFM to RTIC | 1 | -8/+8 | |
2019-08-20 | adapt to changes in rtfm-syntax | 1 | -3/+3 | |
2019-06-29 | WIP | 1 | -0/+39 | |
2019-06-20 | RFC #207 | 1 | -0/+12 | |
2019-06-18 | add homogeneous multi-core support | 1 | -1/+22 |