Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-01 | Fix typos | 1 | -1/+1 | |
2023-03-01 | Removed Priority, simplified lifetime handling | 1 | -39/+11 | |
2023-03-01 | First example builds again | 1 | -5/+6 | |
2023-03-01 | Fix fences | 1 | -8/+2 | |
2023-03-01 | Min codegen | 1 | -281/+19 | |
2023-03-01 | RTIC v2: Initial commit | 1 | -123/+140 | |
2023-01-22 | Handle more cfgs, support cfg on HW/SW tasks | 1 | -6/+1 | |
2023-01-22 | Enable at least masking out a Monotonic | 1 | -4/+16 | |
2023-01-22 | Improve RTIC doc handling | 1 | -5/+14 | |
2022-02-22 | Clippy with pedantic suggestions | 1 | -8/+5 | |
2022-02-09 | Fix/mute clippy errors | 1 | -1/+1 | |
2021-11-09 | New monotonic trait working | 1 | -18/+12 | |
2021-11-02 | Fixed aliasing issue due to RacyCell implementation | 1 | -21/+21 | |
2021-09-28 | Fix export of SYST | 1 | -2/+1 | |
2021-09-23 | The great docs update | 1 | -0/+7 | |
2021-09-14 | Cleanup export and actually use rtic::export, made fn init inline | 1 | -1/+1 | |
2021-08-20 | Merge #516 | 1 | -0/+2 | |
2021-08-20 | More rustanalyzer lint fixes | 1 | -0/+2 | |
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of th... | 1 | -9/+1 | |
2021-08-19 | Fixed some lints from Rust Analyzer with experimental proc-macros | 1 | -0/+5 | |
2021-08-16 | Remove linked list impl - use heapless, linked list init now const fn | 1 | -3/+3 | |
2021-07-22 | Propogate the task attributes to the spawn handles | 1 | -0/+2 | |
2021-07-08 | Cleanup from review (needs releases to compile) | 1 | -3/+0 | |
2021-07-07 | Full local resource syntax working | 1 | -3/+4 | |
2021-07-06 | Minimal app now compiles | 1 | -37/+32 | |
2021-05-27 | Prepare release alpha.4 | 1 | -2/+2 | |
2021-05-06 | Flattened the _ out of it | 1 | -108/+106 | |
2021-04-22 | Keep comments | 1 | -0/+1 | |
2021-04-08 | Goodbye static mut | 1 | -14/+24 | |
2021-04-08 | Fixed UB in `spawn_at` | 1 | -11/+5 | |
2021-04-08 | Type aliases now work in the app module | 1 | -9/+12 | |
2021-03-22 | Updated schedule example with all combinations | 1 | -12/+0 | |
2021-03-20 | Cancel and reschedule working | 1 | -9/+58 | |
2021-03-13 | Added interface for cancel/reschedule | 1 | -10/+64 | |
2021-03-02 | Updated `spawn_after` docs | 1 | -0/+3 | |
2021-02-25 | Documentation generation fixes | 1 | -5/+23 | |
2021-02-25 | Review fixes | 1 | -6/+2 | |
2021-02-23 | GHA update | 1 | -2/+2 | |
2021-02-22 | Use zero time in init for `spawn_after` to not cause panic | 1 | -1/+6 | |
2021-02-22 | Added enable/disable timer calls | 1 | -6/+15 | |
2021-02-18 | Now with new monotonic trait and crate | 1 | -7/+9 | |
2021-02-04 | Minor fixes | 1 | -4/+7 | |
2020-12-13 | Cleanup | 1 | -7/+0 | |
2020-12-13 | Now handling SysTick as well | 1 | -2/+15 | |
2020-12-13 | Reexport embedded-time as rtic::time | 1 | -2/+2 | |
2020-12-12 | Monotonic codegen now passing compile stage | 1 | -9/+12 | |
2020-12-10 | More work | 1 | -106/+106 | |
2020-12-08 | TQ handlers being generated | 1 | -89/+91 | |
2020-12-03 | Save, init generation fixed | 1 | -0/+6 | |
2020-11-14 | Multilock support | 1 | -0/+2 |