| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | Emil Fresk | |
| 2023-03-01 | Async tasks can now take arguments at spawn again | Emil Fresk | |
| 2023-03-01 | More work on new spawn/executor | Emil Fresk | |
| 2023-03-01 | All codegen is now explicit | Emil Fresk | |
| 2023-03-01 | Removed Priority, simplified lifetime handling | Emil Fresk | |
| 2023-03-01 | Added software task codegen back | Emil Fresk | |
| 2023-03-01 | Min codegen | Emil Fresk | |
| 2023-03-01 | RTIC v2: Initial commit | Emil Fresk | |
| rtic-syntax is now part of RTIC repository | |||
| 2023-01-22 | Handle more cfgs, support cfg on HW/SW tasks | Henrik Tjäder | |
| 2023-01-22 | Enable at least masking out a Monotonic | Henrik Tjäder | |
| 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 | Henrik Tjäder | |
| Enable use of ``` #![deny(missing_docs)] ``` | |||
| 2022-02-22 | Clippy with pedantic suggestions | Henrik Tjäder | |
| 2022-02-18 | rtic::mutex::prelude::* fixes glob import lint | Henrik Tjäder | |
| rtic-core Mutex, Exclusive and multi-lock retained in old location to not be backwards breaking | |||
| 2022-02-09 | Fix/mute clippy errors | Henrik Tjäder | |
| 2021-11-09 | New monotonic trait working | Emil Fresk | |
| 2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of ↵ | datdenkikniet | |
| 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 | Emil Fresk | |
| 2021-07-09 | const generics | Andrey Zgarbul | |
| 2021-07-08 | Cleanup from review (needs releases to compile) | Emil Fresk | |
| 2021-07-07 | Full local resource syntax working | Emil Fresk | |
| 2021-07-06 | Minimal app now compiles | Emil Fresk | |
| 2021-04-22 | Keep comments | Emil Fresk | |
| 2021-04-08 | Goodbye static mut | Emil Fresk | |
| 2021-02-25 | Documentation generation fixes | Emil Fresk | |
| Test fixes | |||
| 2021-02-18 | Now with new monotonic trait and crate | Emil Fresk | |
| 2020-12-13 | Reexport embedded-time as rtic::time | Emil Fresk | |
| 2020-12-12 | Monotonic codegen now passing compile stage | Emil Fresk | |
| 2020-12-08 | TQ handlers being generated | Emil Fresk | |
| 2020-11-14 | Multilock support | Emil Fresk | |
| 2020-10-29 | extern task | Per Lindgren | |
| 2020-10-23 | Merge #400 | bors[bot] | |
| 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 | Per Lindgren | |
| 2020-10-23 | Now all locks are symmetric | Emil Fresk | |
| Test fixes Fix test Fix comment | |||
| 2020-10-22 | Merge #396 | bors[bot] | |
| 396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2020-10-21 | Namespace cleanup | Emil Fresk | |
| 2020-10-21 | Updated examples | Emil Fresk | |
| More work | |||
| 2020-10-15 | Implement all clippy suggestions | Henrik Tjäder | |
| 2020-10-11 | Fixing examples and tests, modules now import user imports correctly | Emil Fresk | |
| Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||
| 2020-10-11 | Now with spawn/schedule from anywhere | Emil Fresk | |
| 2020-10-05 | spawn POC works, likely unsound | Per Lindgren | |
| 2020-10-01 | Rename const_app to mod_app | Henrik Tjäder | |
| 2020-09-25 | cfg_core is gone, cargo fmt | Henrik Tjäder | |
| 2020-09-25 | Add format_ident imports | Henrik Tjäder | |
| 2020-09-25 | Collect and generate required use-statements | Henrik Tjäder | |
| 2020-09-25 | Handle user hardware and software tasks and some resources | Henrik Tjäder | |
| 2020-09-01 | Remove stale code, fix comment styling | Henrik Tjäder | |
| 2020-09-01 | Brutally yank out multicore | Henrik Tjäder | |
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2019-08-20 | adapt to changes in rtfm-syntax | Jorge Aparicio | |
| 2019-06-29 | WIP | Jorge Aparicio | |
