Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -87/+0 | ||
2023-03-01 | All codegen is now explicit | 1 | -15/+8 | ||
2023-03-01 | Removed Priority, simplified lifetime handling | 1 | -21/+10 | ||
2023-03-01 | RTIC v2: Initial commit | 1 | -13/+3 | ||
rtic-syntax is now part of RTIC repository | |||||
2023-01-22 | Handle more cfgs, support cfg on HW/SW tasks | 1 | -0/+2 | ||
2023-01-22 | Improve RTIC doc handling | 1 | -0/+4 | ||
Enable use of ``` #![deny(missing_docs)] ``` | |||||
2022-02-18 | rtic::mutex::prelude::* fixes glob import lint | 1 | -1/+1 | ||
rtic-core Mutex, Exclusive and multi-lock retained in old location to not be backwards breaking | |||||
2021-07-07 | Fixing tests | 1 | -8/+0 | ||
2021-07-07 | Full local resource syntax working | 1 | -17/+14 | ||
2021-07-06 | Minimal app now compiles | 1 | -18/+30 | ||
2021-07-05 | Started work | 1 | -2/+2 | ||
2021-05-06 | Flattened the _ out of it | 1 | -3/+1 | ||
2021-04-08 | Type aliases now work in the app module | 1 | -0/+4 | ||
2020-12-12 | Cleanup | 1 | -13/+1 | ||
2020-12-08 | TQ handlers being generated | 1 | -8/+9 | ||
2020-11-14 | Multilock support | 1 | -0/+1 | ||
2020-10-29 | extern task | 1 | -13/+15 | ||
2020-10-23 | Merge #400 | 1 | -1/+1 | ||
400: codegen and examples r=AfoHT a=perlindgren just a test Co-authored-by: Per Lindgren <per.lindgren@ltu.se> | |||||
2020-10-23 | move dispatchers to app argument | 1 | -1/+1 | ||
2020-10-23 | Now all locks are symmetric | 1 | -7/+2 | ||
Test fixes Fix test Fix comment | |||||
2020-10-21 | Updated examples | 1 | -19/+5 | ||
More work | |||||
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | 1 | -3/+1 | ||
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||||
2020-10-11 | Now with spawn/schedule from anywhere | 1 | -1/+1 | ||
2020-10-05 | spawn POC works, likely unsound | 1 | -0/+1 | ||
2020-10-01 | Rename const_app to mod_app | 1 | -5/+5 | ||
2020-09-25 | cfg_core is gone, cargo fmt | 1 | -2/+1 | ||
2020-09-25 | Add format_ident imports | 1 | -1/+1 | ||
2020-09-25 | Handle user hardware and software tasks and some resources | 1 | -1/+18 | ||
2020-09-01 | Remove stale code, fix comment styling | 1 | -5/+1 | ||
2020-09-01 | Cargo fmt | 1 | -3/+1 | ||
2020-09-01 | Brutally yank out multicore | 1 | -13/+5 | ||
2020-06-11 | Rename RTFM to RTIC | 1 | -5/+5 | ||
2019-08-20 | adapt to changes in rtfm-syntax | 1 | -0/+1 | ||
2019-06-29 | WIP | 1 | -1/+7 | ||
2019-06-20 | RFC #207 | 1 | -2/+2 | ||
2019-06-18 | add homogeneous multi-core support | 1 | -1/+5 | ||
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -0/+121 | ||