Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -47/+0 | ||
2023-03-01 | Main in main codegen | 1 | -3/+1 | ||
2023-03-01 | Min codegen | 1 | -19/+1 | ||
2023-03-01 | RTIC v2: Initial commit | 1 | -12/+5 | ||
rtic-syntax is now part of RTIC repository | |||||
2023-01-22 | Enable at least masking out a Monotonic | 1 | -4/+11 | ||
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 | 1 | -0/+1 | ||
2021-11-07 | Match new rtic-syntax naming of shared and local | 1 | -2/+2 | ||
2021-11-03 | Cleanup of resource initialization, no need to dereference | 1 | -2/+2 | ||
2021-11-02 | Fixed aliasing issue due to RacyCell implementation | 1 | -7/+5 | ||
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of ↵ | 1 | -3/+2 | ||
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 | 1 | -18/+33 | ||
2021-04-22 | Keep comments | 1 | -0/+1 | ||
2021-04-08 | Goodbye static mut | 1 | -4/+11 | ||
2021-02-25 | Documentation generation fixes | 1 | -1/+2 | ||
Test fixes | |||||
2021-02-21 | Fixed UB in generated `Monotonic::now()` | 1 | -1/+1 | ||
2021-02-18 | Now with new monotonic trait and crate | 1 | -6/+12 | ||
2021-02-04 | Minor fixes | 1 | -0/+4 | ||
2020-12-03 | Save, init generation fixed | 1 | -0/+3 | ||
2020-10-22 | Merge #396 | 1 | -2/+3 | ||
396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||||
2020-10-21 | Namespace cleanup | 1 | -2/+3 | ||
2020-10-15 | Implement all clippy suggestions | 1 | -1/+1 | ||
2020-09-01 | Remove stale code, fix comment styling | 1 | -143/+6 | ||
2020-09-01 | Cargo fmt | 1 | -5/+2 | ||
2020-09-01 | Brutally yank out multicore | 1 | -6/+15 | ||
2020-06-11 | Rename RTFM to RTIC | 1 | -8/+8 | ||
2020-06-03 | Run cargo fmt | 1 | -4/+3 | ||
2020-04-22 | Retain cfg-attributes on resources | 1 | -1/+9 | ||
2019-07-03 | fix (cross-core) initialization barriers | 1 | -9/+11 | ||
2019-06-18 | add homogeneous multi-core support | 1 | -2/+16 | ||
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -0/+139 | ||