Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | 4 | -8/+6 | ||
Better error message Improved error string Update UI tests | |||||
2020-10-07 | Now core contains the same `Peripherals` type based on monotonic | 1 | -2/+2 | ||
2020-10-05 | Added back accidentally removed block | 1 | -0/+6 | ||
2020-10-05 | Merge branch 'master' into always_late_resources | 9 | -42/+126 | ||
2020-10-02 | Merge branch 'master' into mod_const | 1 | -0/+8 | ||
2020-10-01 | Added `bare_metal::CriticalSection` to `init::Context` | 1 | -0/+8 | ||
2020-10-01 | Now late resources are always used | 2 | -37/+27 | ||
2020-10-01 | Rename const_app to mod_app | 5 | -39/+27 | ||
2020-09-25 | Due to new module boundaries the schedule fn needs to be pub | 1 | -3/+3 | ||
2020-09-25 | cfg_core is gone, cargo fmt | 5 | -11/+18 | ||
2020-09-25 | Add format_ident imports | 2 | -2/+2 | ||
2020-09-25 | Collect and generate required use-statements | 6 | -12/+57 | ||
2020-09-25 | Handle user hardware and software tasks and some resources | 3 | -3/+46 | ||
2020-09-01 | Remove stale code, fix comment styling | 16 | -337/+32 | ||
2020-09-01 | Since there only will be one init/idle use .first().unwrap(), matching ↵ | 5 | -18/+9 | ||
rtic-syntax | |||||
2020-09-01 | Cargo fmt | 8 | -64/+32 | ||
2020-09-01 | Brutally yank out multicore | 18 | -518/+393 | ||
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 | 18 | -111/+111 | ||
2020-06-11 | Fmt | 1 | -2/+3 | ||
2020-06-11 | Merge #315 | 3 | -3/+3 | ||
315: allow handlers to be named 'main' r=korken89 a=japaric `#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311 Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com> | |||||
2020-06-03 | Run cargo fmt | 2 | -7/+6 | ||
2020-05-29 | allow handlers to be named 'main' | 3 | -3/+3 | ||
`#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311 | |||||
2020-04-22 | Retain cfg-attributes on resources | 3 | -4/+22 | ||
2019-10-21 | do not zero late resource memory on boot | 1 | -2/+10 | ||
2019-09-15 | don't use deprecated API | 1 | -1/+1 | ||
2019-08-20 | adapt to changes in rtfm-syntax | 5 | -3/+9 | ||
2019-07-11 | implement the #[shared] attribute as specified in RFC #211 | 1 | -1/+5 | ||
2019-07-10 | implement RFC #212 | 2 | -42/+45 | ||
2019-07-03 | fix (cross-core) initialization barriers | 1 | -9/+11 | ||
2019-06-29 | WIP | 11 | -22/+109 | ||
2019-06-24 | Monotonic trait is safe; add MultiCore trait | 1 | -2/+9 | ||
2019-06-20 | RFC #207 | 3 | -9/+21 | ||
2019-06-18 | add homogeneous multi-core support | 9 | -17/+86 | ||
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 18 | -0/+2466 | ||