Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||