Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-06-11 | Rename RTFM to RTIC | 1 | -2/+2 | |
2020-06-11 | Merge #314 | 1 | -0/+2 | |
2020-06-03 | Run cargo fmt | 1 | -1/+2 | |
2020-05-26 | TODO(remove) codegen no-op | 1 | -0/+2 | |
2020-04-22 | Retain cfg-attributes on resources | 1 | -1/+1 | |
2019-08-20 | adapt to changes in rtfm-syntax | 1 | -1/+1 | |
2019-06-29 | WIP | 1 | -0/+2 | |
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 | 1 | -1/+1 | |
2019-06-18 | add homogeneous multi-core support | 1 | -1/+2 | |
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -2380/+87 | |
2019-05-21 | bump heapless dependency to v0.5.0; remove "nightly" feature | 1 | -97/+30 | |
2019-05-21 | removes the maybe_uninit feature gate | 1 | -20/+21 | |
2019-05-09 | generate resource proxies only when needed | 1 | -29/+32 | |
2019-05-01 | implement RFCs 147 and 155, etc. | 1 | -1826/+2050 | |
2019-04-21 | v0.4.3 | 1 | -4/+14 | |
2019-04-16 | Merge #170 | 1 | -4/+2 | |
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 | 1 | -4/+2 | |
2019-02-26 | refactor: make `binds` harder to misuse | 1 | -14/+6 | |
2019-02-26 | add `binds` example and make it work | 1 | -2/+2 | |
2019-02-26 | add `binds` argument to the `interrupt` and `exception` attributes | 1 | -8/+16 | |
2019-02-19 | add "nightly" feature | 1 | -80/+181 | |
2019-02-16 | rebase fix | 1 | -1/+1 | |
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 | 1 | -7/+7 | |
2019-02-13 | fix non_camel_case_types warnings | 1 | -0/+1 | |
2019-02-12 | accept `init: fn() -> init::LateResources` | 1 | -16/+91 | |
2019-01-17 | Fix build on recent nightlies. | 1 | -0/+1 | |
2018-12-16 | move macros crate to the 2018 edition | 1 | -2/+4 | |
2018-12-16 | properly handle `#[cfg]` (conditional compilation) on tasks | 1 | -16/+60 | |
2018-12-16 | properly handle #[cfg] (conditional compilation) on resources | 1 | -55/+165 | |
2018-12-16 | use the single core variant of spsc::Queue | 1 | -2/+2 | |
2018-12-15 | codegen/statics: forward #[cfg] attributes | 1 | -0/+3 | |
2018-12-15 | move some interrupt configuration to pre_init | 1 | -22/+26 | |
2018-12-15 | codegen: merge dictionaries related to task dispatchers | 1 | -14/+23 | |
2018-12-15 | codegen: merge dictionaries related to tasks | 1 | -94/+106 | |
2018-12-02 | codegen: stop using `export_name` | 1 | -52/+58 | |
2018-11-04 | fix codegen | 1 | -7/+15 | |
2018-11-04 | impl Mutex on all shared resources | 1 | -19/+49 | |
2018-11-03 | v0.4.0 | 1 | -0/+1815 |