| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | RTIC v2: Initial commit | Emil Fresk | |
| rtic-syntax is now part of RTIC repository | |||
| 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. | |||
| 2022-02-22 | Clippy with pedantic suggestions | Henrik Tjäder | |
| 2021-11-07 | Match new rtic-syntax naming of shared and local | Henrik Tjäder | |
| 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-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-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-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-03 | Save, init generation fixed | Emil Fresk | |
| 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-15 | Implement all clippy suggestions | Henrik Tjäder | |
| 2020-09-01 | Remove stale code, fix comment styling | Henrik Tjäder | |
| 2020-09-01 | Cargo fmt | Henrik Tjäder | |
| 2020-09-01 | Brutally yank out multicore | Henrik Tjäder | |
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2020-06-03 | Run cargo fmt | Henrik Tjäder | |
| 2020-04-22 | Retain cfg-attributes on resources | Henrik Tjäder | |
| 2019-07-03 | fix (cross-core) initialization barriers | Jorge Aparicio | |
| 2019-06-18 | add homogeneous multi-core support | Jorge Aparicio | |
| 2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio | |
