Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -95/+0 | |
2023-03-01 | All codegen is now explicit | 1 | -15/+8 | |
2023-03-01 | Main in main codegen | 1 | -7/+2 | |
2023-03-01 | Removed same prio spawn | 1 | -1/+0 | |
2023-03-01 | Removed Priority, simplified lifetime handling | 1 | -9/+2 | |
2023-03-01 | Even more cleanup | 1 | -3/+2 | |
2023-03-01 | RTIC v2: Initial commit | 1 | -11/+5 | |
2023-01-22 | Make clippy happy | 1 | -3/+3 | |
2023-01-22 | Improve RTIC doc handling | 1 | -3/+7 | |
2021-11-03 | fix #543 | 1 | -0/+4 | |
2021-09-14 | Cleanup export and actually use rtic::export, made fn init inline | 1 | -0/+1 | |
2021-07-07 | Fixing tests | 1 | -11/+0 | |
2021-07-07 | Full local resource syntax working | 1 | -2/+13 | |
2021-07-06 | Minimal app now compiles | 1 | -51/+79 | |
2021-05-06 | Flattened the _ out of it | 1 | -3/+1 | |
2021-02-18 | Now with new monotonic trait and crate | 1 | -1/+1 | |
2020-12-10 | More work | 1 | -50/+3 | |
2020-12-03 | Save, init generation fixed | 1 | -2/+26 | |
2020-10-23 | Now all locks are symmetric | 1 | -2/+1 | |
2020-10-22 | Merge #396 | 1 | -24/+6 | |
2020-10-21 | Updated examples | 1 | -24/+6 | |
2020-10-15 | Implement all clippy suggestions | 1 | -8/+6 | |
2020-10-08 | Merge branch 'master' into spawn_experiment | 1 | -36/+27 | |
2020-10-05 | spawn POC works, likely unsound | 1 | -1/+7 | |
2020-10-05 | Added back accidentally removed block | 1 | -0/+6 | |
2020-10-05 | Merge branch 'master' into always_late_resources | 1 | -8/+22 | |
2020-10-01 | Now late resources are always used | 1 | -30/+22 | |
2020-10-01 | Rename const_app to mod_app | 1 | -10/+4 | |
2020-09-25 | cfg_core is gone, cargo fmt | 1 | -3/+8 | |
2020-09-25 | Collect and generate required use-statements | 1 | -3/+25 | |
2020-09-01 | Remove stale code, fix comment styling | 1 | -2/+0 | |
2020-09-01 | Since there only will be one init/idle use .first().unwrap(), matching rtic-s... | 1 | -2/+1 | |
2020-09-01 | Cargo fmt | 1 | -11/+9 | |
2020-09-01 | Brutally yank out multicore | 1 | -13/+10 | |
2020-06-11 | Rename RTFM to RTIC | 1 | -1/+1 | |
2020-06-11 | Fmt | 1 | -2/+3 | |
2020-06-11 | Merge #315 | 1 | -1/+1 | |
2020-06-03 | Run cargo fmt | 1 | -3/+3 | |
2020-05-29 | allow handlers to be named 'main' | 1 | -1/+1 | |
2020-04-22 | Retain cfg-attributes on resources | 1 | -1/+5 | |
2019-08-20 | adapt to changes in rtfm-syntax | 1 | -0/+2 | |
2019-06-29 | WIP | 1 | -1/+3 | |
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -0/+112 |