Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-01 | Min codegen | 1 | -170/+0 | ||
2023-03-01 | RTIC v2: Initial commit | 1 | -15/+18 | ||
rtic-syntax is now part of RTIC repository | |||||
2023-01-22 | Enable at least masking out a Monotonic | 1 | -1/+5 | ||
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-02 | Fixed aliasing issue due to RacyCell implementation | 1 | -4/+4 | ||
2021-09-28 | Fix export of SYST | 1 | -1/+1 | ||
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of ↵ | 1 | -5/+1 | ||
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/+5 | ||
2021-08-16 | Remove linked list impl - use heapless, linked list init now const fn | 1 | -7/+6 | ||
2021-07-09 | const generics | 1 | -2/+2 | ||
2021-05-06 | Flattened the _ out of it | 1 | -4/+2 | ||
2021-04-22 | Keep comments | 1 | -0/+4 | ||
2021-04-08 | Goodbye static mut | 1 | -8/+9 | ||
2021-03-20 | Cancel and reschedule working | 1 | -7/+4 | ||
Support cfgs in the imports Account for extern tasks | |||||
2021-03-13 | Added interface for cancel/reschedule | 1 | -1/+10 | ||
Use wrapping add for marker No need to store handle to queue Remove unnecessary `SpawnHandle::new` Fix test Updated interface to follow proposal | |||||
2021-02-25 | Documentation generation fixes | 1 | -10/+14 | ||
Test fixes | |||||
2021-02-21 | Properly call `on_interrupt` | 1 | -0/+4 | ||
2021-02-21 | Fixed UB in generated `Monotonic::now()` | 1 | -6/+11 | ||
2021-02-18 | Now with new monotonic trait and crate | 1 | -4/+17 | ||
2021-02-04 | Minor fixes | 1 | -0/+1 | ||
2020-12-13 | Cleanup | 1 | -4/+0 | ||
2020-12-13 | Now handling SysTick as well | 1 | -2/+10 | ||
2020-12-12 | Monotonic codegen now passing compile stage | 1 | -2/+6 | ||
2020-12-10 | More work | 1 | -1/+1 | ||
2020-12-08 | TQ handlers being generated | 1 | -6/+14 | ||
2020-10-23 | move dispatchers to app argument | 1 | -2/+2 | ||
2020-10-22 | Merge #396 | 1 | -2/+2 | ||
396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||||
2020-10-21 | Namespace cleanup | 1 | -2/+2 | ||
2020-10-15 | Implement all clippy suggestions | 1 | -2/+2 | ||
2020-10-15 | Merge branch 'master' into spawn_experiment | 1 | -2/+1 | ||
2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | 1 | -2/+1 | ||
Better error message Improved error string Update UI tests | |||||
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 | -47/+22 | ||
2020-09-01 | Remove stale code, fix comment styling | 1 | -10/+0 | ||
2020-09-01 | Brutally yank out multicore | 1 | -26/+20 | ||
2020-06-11 | Rename RTFM to RTIC | 1 | -11/+11 | ||
2019-06-29 | WIP | 1 | -1/+5 | ||
2019-06-18 | add homogeneous multi-core support | 1 | -3/+5 | ||
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -0/+147 | ||