| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-03 | Cleanup of resource initialization, no need to dereference | Emil Fresk | |
| 2021-11-02 | Fixed aliasing issue due to RacyCell implementation | Emil Fresk | |
| 2021-09-28 | Fix export of SYST | Emil Fresk | |
| 2021-09-27 | Updated codegen for the updated syntax (default monotonic priority) | Emil Fresk | |
| 2021-09-23 | The great docs update | Emil Fresk | |
| 2021-09-14 | Merge #525 | bors[bot] | |
| 525: Cleanup export and actually use rtic::export, made fn init inline r=perlindgren a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2021-09-14 | Cleanup export and actually use rtic::export, made fn init inline | Emil Fresk | |
| 2021-08-31 | style fix | Jorge Aparicio | |
| 2021-08-31 | validate unused dispatchers | Jorge Aparicio | |
| closes #521 | |||
| 2021-08-20 | Merge #516 | bors[bot] | |
| 516: More rustanalyzer lint fixes r=korken89 a=korken89 Found some more Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2021-08-20 | More rustanalyzer lint fixes | 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 | Silence rust-analyzer warnings on internal types | Henrik Tjäder | |
| 2021-08-19 | Fixed some lints from Rust Analyzer with experimental proc-macros | Emil Fresk | |
| 2021-08-16 | Remove linked list impl - use heapless, linked list init now const fn | Emil Fresk | |
| 2021-07-22 | Propogate the task attributes to the spawn handles | Alex Crawford | |
| This allows tasks to be gated by `cfg` attributes when also using monotonics. For example: ```rust #[cfg(feature = "logging")] #[task(shared = [logger])] fn logger_init(mut cx: logger_init::Context) { /* ... */ } ``` Without this change, the reschedule_at() implementation is unconditionally included even though it references the SpawnHandle from its task module, which is _conditionally_ included. This resulted in compiler errors like the following: ``` error[E0433]: failed to resolve: use of undeclared crate or module `logger_init` --> src/main.rs:243:8 | 243 | fn logger_init(mut cx: logger_init::Context) { | ^^^^^^^^^^^ use of undeclared crate or module `logger_init` ``` | |||
| 2021-07-09 | const generics | Andrey Zgarbul | |
| 2021-07-08 | Cleanup from review (needs releases to compile) | Emil Fresk | |
| 2021-07-07 | Fixing tests | Emil Fresk | |
| 2021-07-07 | Full local resource syntax working | Emil Fresk | |
| 2021-07-06 | Minimal app now compiles | Emil Fresk | |
| 2021-07-05 | Started work | Emil Fresk | |
| 2021-05-27 | Prepare release alpha.4 | Emil Fresk | |
| 2021-05-06 | Flattened the _ out of it | Emil Fresk | |
| 2021-04-22 | Keep comments | Emil Fresk | |
| 2021-04-08 | Goodbye static mut | Emil Fresk | |
| 2021-04-08 | Fixed UB in `spawn_at` | Emil Fresk | |
| 2021-04-08 | Type aliases now work in the app module | Emil Fresk | |
| 2021-03-22 | Updated schedule example with all combinations | Emil Fresk | |
| 2021-03-20 | Cancel and reschedule working | Emil Fresk | |
| Support cfgs in the imports Account for extern tasks | |||
| 2021-03-13 | Added interface for cancel/reschedule | Emil Fresk | |
| Use wrapping add for marker No need to store handle to queue Remove unnecessary `SpawnHandle::new` Fix test Updated interface to follow proposal | |||
| 2021-03-02 | Updated `spawn_after` docs | Emil Fresk | |
| 2021-02-25 | Documentation generation fixes | Emil Fresk | |
| Test fixes | |||
| 2021-02-25 | Review fixes | Emil Fresk | |
| 2021-02-23 | GHA update | Emil Fresk | |
| Fmt fixes Spawn_after did not work with parameters Examples working again Revert "GHA update" This reverts commit e0a71d4859966a6c5cf2629d3cb27e88acada9c0. Readd flags Only add DWT based dep with __v7 flag | |||
| 2021-02-22 | Use zero time in init for `spawn_after` to not cause panic | Emil Fresk | |
| 2021-02-22 | Added enable/disable timer calls | Emil Fresk | |
| 2021-02-21 | Properly call `on_interrupt` | Emil Fresk | |
| 2021-02-21 | Fixed UB in generated `Monotonic::now()` | Emil Fresk | |
| 2021-02-18 | Now with new monotonic trait and crate | Emil Fresk | |
| 2021-02-04 | Minor fixes | Emil Fresk | |
| 2020-12-13 | Cleanup | Emil Fresk | |
| 2020-12-13 | Now handling SysTick as well | Emil Fresk | |
| 2020-12-13 | Reexport embedded-time as rtic::time | Emil Fresk | |
| 2020-12-12 | Cleanup | Emil Fresk | |
| 2020-12-12 | Monotonic codegen now passing compile stage | Emil Fresk | |
| 2020-12-10 | More work | Emil Fresk | |
| 2020-12-08 | TQ handlers being generated | Emil Fresk | |
| 2020-12-03 | Save, init generation fixed | Emil Fresk | |
| 2020-11-14 | Multilock support | Emil Fresk | |
