Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-24 | Fix clash with defmt | 1 | -3/+3 | ||
2022-05-17 | More ergonomic error from static asserts messages | 1 | -3/+22 | ||
2022-02-22 | Clippy with pedantic suggestions | 1 | -4/+4 | ||
2021-12-14 | Idle: Switch to NOP instead of WFI | 1 | -7/+0 | ||
Add example how to get old WFI behaviour | |||||
2021-11-02 | Fixed aliasing issue due to RacyCell implementation | 1 | -1/+1 | ||
2021-09-28 | Fix export of SYST | 1 | -1/+1 | ||
2021-09-27 | Updated codegen for the updated syntax (default monotonic priority) | 1 | -1/+5 | ||
2021-08-31 | style fix | 1 | -1/+1 | ||
2021-08-31 | validate unused dispatchers | 1 | -4/+7 | ||
closes #521 | |||||
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of ↵ | 1 | -1/+0 | ||
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-16 | Remove linked list impl - use heapless, linked list init now const fn | 1 | -9/+1 | ||
2021-07-06 | Minimal app now compiles | 1 | -1/+1 | ||
2021-05-06 | Flattened the _ out of it | 1 | -3/+1 | ||
2021-04-08 | Goodbye static mut | 1 | -2/+4 | ||
2021-03-20 | Cancel and reschedule working | 1 | -4/+8 | ||
Support cfgs in the imports Account for extern tasks | |||||
2021-02-25 | Documentation generation fixes | 1 | -10/+12 | ||
Test fixes | |||||
2021-02-18 | Now with new monotonic trait and crate | 1 | -4/+16 | ||
2020-12-13 | Now handling SysTick as well | 1 | -10/+22 | ||
2020-12-10 | More work | 1 | -19/+20 | ||
2020-12-08 | TQ handlers being generated | 1 | -18/+19 | ||
2020-10-23 | move dispatchers to app argument | 1 | -13/+11 | ||
2020-10-15 | Merge branch 'master' into spawn_experiment | 1 | -2/+2 | ||
2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | 1 | -2/+2 | ||
Better error message Improved error string Update UI tests | |||||
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | 1 | -5/+1 | ||
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||||
2020-10-11 | Now with spawn/schedule from anywhere | 1 | -4/+4 | ||
2020-09-01 | Remove stale code, fix comment styling | 1 | -49/+10 | ||
2020-09-01 | Cargo fmt | 1 | -8/+1 | ||
2020-09-01 | Brutally yank out multicore | 1 | -35/+23 | ||
2020-08-27 | Reuse cortex-m | 1 | -2/+1 | ||
2020-07-09 | rtic::export::Peripherals created by into instead of transmute | 1 | -6/+8 | ||
2020-06-30 | Fixes an issue where one could double take the cortex_m Peripheral | 1 | -0/+7 | ||
Added qemu test Added comment Typo Add cfg for homogeneous More cfg Now multicore working Add .run file | |||||
2020-06-11 | Rename RTFM to RTIC | 1 | -12/+12 | ||
2019-09-15 | don't use deprecated API | 1 | -1/+1 | ||
2019-06-20 | RFC #207 | 1 | -7/+7 | ||
2019-06-18 | add homogeneous multi-core support | 1 | -4/+13 | ||
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -0/+150 | ||