Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -64/+0 | ||
2023-03-01 | Async tasks can now take arguments at spawn again | 1 | -1/+2 | ||
2023-03-01 | More work on new spawn/executor | 1 | -13/+1 | ||
2023-03-01 | All codegen is now explicit | 1 | -15/+8 | ||
2023-03-01 | Removed Priority, simplified lifetime handling | 1 | -25/+6 | ||
2023-03-01 | Added software task codegen back | 1 | -0/+101 | ||
2023-03-01 | Min codegen | 1 | -179/+0 | ||
2023-03-01 | RTIC v2: Initial commit | 1 | -56/+76 | ||
rtic-syntax is now part of RTIC repository | |||||
2023-01-22 | Handle more cfgs, support cfg on HW/SW tasks | 1 | -0/+3 | ||
2023-01-22 | Enable at least masking out a Monotonic | 1 | -0/+2 | ||
Simplest case working, but leaves a lot to ask as shown by examples/cfg-monotonic.rs Current `rtic-syntax` is unable to validate and handle the `cfgs[]` which limits the usefulness of this. | |||||
2023-01-22 | Improve RTIC doc handling | 1 | -0/+2 | ||
Enable use of ``` #![deny(missing_docs)] ``` | |||||
2022-02-22 | Clippy with pedantic suggestions | 1 | -1/+1 | ||
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 | |||||
2022-02-09 | Fix/mute clippy errors | 1 | -0/+1 | ||
2021-11-09 | New monotonic trait working | 1 | -1/+1 | ||
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of ↵ | 1 | -3/+0 | ||
these functions more straightforward. fq_ident is always internal rq_ident is always internal monotonic_ident is always internal inputs_ident is always internal local_resources_ident is always internal shared_resources_ident is always internal monotonic_instants_ident is always internal tq_ident is always internal timer_queue_marker_ident is always internal static_shared_resource_ident is always internal static_local_resource_ident is always internal declared_static_local_resource_ident is always internal Only names, not idents, are now marked as internal Use same rtic internal everywhere | |||||
2021-08-19 | Fixed some lints from Rust Analyzer with experimental proc-macros | 1 | -0/+6 | ||
2021-07-09 | const generics | 1 | -6/+4 | ||
2021-07-08 | Cleanup from review (needs releases to compile) | 1 | -1/+1 | ||
2021-07-07 | Full local resource syntax working | 1 | -8/+14 | ||
2021-07-06 | Minimal app now compiles | 1 | -11/+14 | ||
2021-04-22 | Keep comments | 1 | -0/+1 | ||
2021-04-08 | Goodbye static mut | 1 | -6/+8 | ||
2021-02-25 | Documentation generation fixes | 1 | -9/+12 | ||
Test fixes | |||||
2021-02-18 | Now with new monotonic trait and crate | 1 | -1/+1 | ||
2020-12-13 | Reexport embedded-time as rtic::time | 1 | -1/+1 | ||
2020-12-12 | Monotonic codegen now passing compile stage | 1 | -13/+16 | ||
2020-12-08 | TQ handlers being generated | 1 | -12/+13 | ||
2020-11-14 | Multilock support | 1 | -0/+1 | ||
2020-10-29 | extern task | 1 | -15/+17 | ||
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-22 | Merge #396 | 1 | -21/+6 | ||
396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||||
2020-10-21 | Namespace cleanup | 1 | -4/+4 | ||
2020-10-21 | Updated examples | 1 | -17/+2 | ||
More work | |||||
2020-10-15 | Implement all clippy suggestions | 1 | -1/+1 | ||
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | 1 | -2/+1 | ||
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||||
2020-10-11 | Now with spawn/schedule from anywhere | 1 | -55/+34 | ||
2020-10-05 | spawn POC works, likely unsound | 1 | -3/+4 | ||
2020-10-01 | Rename const_app to mod_app | 1 | -9/+9 | ||
2020-09-25 | cfg_core is gone, cargo fmt | 1 | -1/+1 | ||
2020-09-25 | Add format_ident imports | 1 | -1/+1 | ||
2020-09-25 | Collect and generate required use-statements | 1 | -2/+1 | ||
2020-09-25 | Handle user hardware and software tasks and some resources | 1 | -1/+17 | ||
2020-09-01 | Remove stale code, fix comment styling | 1 | -8/+2 | ||
2020-09-01 | Brutally yank out multicore | 1 | -93/+59 | ||
2020-06-11 | Rename RTFM to RTIC | 1 | -10/+10 | ||
2019-08-20 | adapt to changes in rtfm-syntax | 1 | -0/+1 | ||
2019-06-29 | WIP | 1 | -3/+21 | ||