Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-09-01 | Remove stale code, fix comment styling | 1 | -29/+4 | |
2020-09-01 | Cargo fmt | 1 | -12/+5 | |
2020-09-01 | Brutally yank out multicore | 1 | -72/+42 | |
2020-06-11 | Rename RTFM to RTIC | 1 | -3/+3 | |
2019-08-20 | adapt to changes in rtfm-syntax | 1 | -3/+4 | |
2019-06-20 | RFC #207 | 1 | -13/+6 | |
2019-06-18 | add homogeneous multi-core support | 1 | -0/+22 | |
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -100/+187 | |
2019-05-21 | remove unused check | 1 | -260/+17 | |
2019-05-01 | rtfm::app: update error message | 1 | -1/+1 | |
2019-05-01 | implement RFCs 147 and 155, etc. | 1 | -15/+6 | |
2019-02-26 | refactor: make `binds` harder to misuse | 1 | -6/+2 | |
2019-02-26 | make cfail test actually fail | 1 | -3/+9 | |
2019-02-16 | cargo fmt | 1 | -4/+4 | |
2019-02-12 | accept `init: fn() -> init::LateResources` | 1 | -14/+25 | |
2019-02-12 | forbid early returns in init | 1 | -1/+246 | |
2018-12-16 | move macros crate to the 2018 edition | 1 | -3/+3 | |
2018-12-16 | properly handle `#[cfg]` (conditional compilation) on tasks | 1 | -1/+2 | |
2018-11-03 | v0.4.0 | 1 | -81/+101 | |
2018-06-07 | Fix "Could not find `Op` in `proc_macro`" | 1 | -1/+1 | |
2018-04-16 | update parser | 1 | -83/+8 | |
2017-12-09 | safe `&'static mut` references via init.resources | 1 | -0/+31 | |
2017-12-09 | peripherals as scoped singletons | 1 | -4/+14 | |
2017-07-29 | update examplesrelease/v0.1 | 1 | -2/+2 | |
2017-07-27 | make task.$T.path mandatory | 1 | -2/+2 | |
2017-07-27 | make task.$T.enabled optional | 1 | -7/+66 | |
2017-07-27 | make task.$T.priority optional | 1 | -20/+8 | |
2017-07-24 | task! is not needed if tasks.$T.path is specified | 1 | -0/+2 | |
2017-07-18 | adapt to changes in rtfm-syntax | 1 | -3/+2 | |
2017-07-14 | rename rtfm! to app! and adapt to changes in rtfm-syntax | 1 | -17/+19 | |
2017-07-14 | split macro parser into its own crate and improve error handling / reporting | 1 | -9/+76 | |
2017-07-06 | syntax tweaks, relax check, add set_pending(), deal with imported types | 1 | -13/+8 | |
2017-07-04 | rtfm! macro take 2 | 1 | -0/+17 |