Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-13 | wip3, examples lock3 and lock4 now express intended use, relation to ↵ | 1 | -1/+1 | ||
Exclusive still not resolved | |||||
2020-06-13 | wip2 | 2 | -6/+12 | ||
2020-06-12 | wip1 | 1 | -2/+15 | ||
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 | ||