Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-09-15 | fix gh-pages build | 1 | -2/+2 | |
2019-09-15 | don't use deprecated API | 1 | -1/+1 | |
2019-08-21 | doc tweaks | 1 | -2/+2 | |
2019-08-21 | document #[app] | 1 | -0/+188 | |
2019-08-20 | adapt to changes in rtfm-syntax | 8 | -8/+14 | |
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 | 12 | -22/+111 | |
2019-06-24 | check that the app is not compiled for more cores than were specified | 1 | -0/+14 | |
2019-06-24 | Monotonic trait is safe; add MultiCore trait | 2 | -3/+10 | |
2019-06-20 | RFC #207 | 7 | -45/+44 | |
2019-06-18 | add homogeneous multi-core support | 12 | -19/+111 | |
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 26 | -4405/+2910 | |
2019-05-21 | Merge #194 | 1 | -97/+30 | |
2019-05-21 | bump heapless dependency to v0.5.0; remove "nightly" feature | 1 | -97/+30 | |
2019-05-21 | remove unused check | 1 | -260/+17 | |
2019-05-21 | removes the maybe_uninit feature gate | 1 | -20/+21 | |
2019-05-09 | Merge #189 | 1 | -1/+10 | |
2019-05-09 | generate resource proxies only when needed | 1 | -29/+32 | |
2019-05-08 | write generated code to disk for easier inspection | 1 | -1/+10 | |
2019-05-01 | rtfm::app: update error message | 1 | -1/+1 | |
2019-05-01 | implement RFCs 147 and 155, etc. | 5 | -2092/+2303 | |
2019-04-21 | v0.4.3 | 1 | -4/+14 | |
2019-04-16 | Merge #170 | 2 | -6/+4 | |
2019-04-17 | now fix the fix | 1 | -2/+2 | |
2019-04-16 | more nightly fixes | 1 | -11/+11 | |
2019-04-16 | [NFC] fix nightly ci | 1 | -7/+7 | |
2019-04-16 | check task priority at compile time | 2 | -6/+4 | |
2019-02-26 | refactor: make `binds` harder to misuse | 3 | -21/+16 | |
2019-02-26 | `binds` can only appear once in the argument list | 1 | -0/+7 | |
2019-02-26 | add `binds` example and make it work | 1 | -2/+2 | |
2019-02-26 | make cfail test actually fail | 1 | -3/+9 | |
2019-02-26 | add `binds` argument to the `interrupt` and `exception` attributes | 2 | -30/+85 | |
2019-02-23 | reject duplicate arguments in #[interrupt] and #[exception] | 1 | -0/+14 | |
2019-02-19 | add "nightly" feature | 1 | -80/+181 | |
2019-02-16 | rebase fix | 1 | -1/+1 | |
2019-02-16 | cargo fmt | 1 | -4/+4 | |
2019-02-16 | make debug builds reproducible | 1 | -101/+132 | |
2019-02-16 | Make generated names stable when sorting. | 1 | -7/+28 | |
2019-02-16 | Seed RNG with package name and prepend string to full random name. | 1 | -2/+8 | |
2019-02-16 | Make identifiers deterministic. | 1 | -64/+54 | |
2019-02-16 | Make builds reproducible | 3 | -27/+27 | |
2019-02-13 | fix non_camel_case_types warnings | 1 | -0/+1 | |
2019-02-12 | accept `init: fn() -> init::LateResources` | 3 | -35/+175 | |
2019-02-12 | forbid early returns in init | 1 | -1/+246 | |
2019-01-17 | Fix build on recent nightlies. | 1 | -0/+1 | |
2018-12-16 | move macros crate to the 2018 edition | 5 | -22/+20 | |
2018-12-16 | properly handle `#[cfg]` (conditional compilation) on tasks | 3 | -18/+66 | |
2018-12-16 | properly handle #[cfg] (conditional compilation) on resources | 3 | -66/+182 |