Age | Commit message (Expand) | Author | Files | Lines |
2020-10-15 | Merge branch 'master' into spawn_experiment | Emil Fresk
| 1 | -0/+16 |
2020-10-15 | Merge #371 | bors[bot]
| 1 | -0/+17 |
2020-10-15 | Create Enum containing all tasks | Henrik Tjäder
| 1 | -0/+17 |
2020-10-15 | Merge branch 'master' into spawn_experiment | Emil Fresk
| 1 | -1/+1 |
2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | Emil Fresk
| 1 | -1/+1 |
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | Emil Fresk
| 1 | -16/+3 |
2020-10-11 | Now with spawn/schedule from anywhere | Emil Fresk
| 1 | -8/+8 |
2020-10-05 | spawn POC works, likely unsound, cleanup | Per Lindgren
| 1 | -1/+0 |
2020-10-05 | spawn POC works, likely unsound | Per Lindgren
| 1 | -0/+1 |
2020-10-01 | Rename const_app to mod_app | Henrik Tjäder
| 1 | -25/+25 |
2020-09-29 | Remove stale comment | Henrik Tjäder
| 1 | -1/+0 |
2020-09-29 | Keep user code as-is within the module, add example | Henrik Tjäder
| 1 | -0/+6 |
2020-09-25 | cfg_core is gone, cargo fmt | Henrik Tjäder
| 1 | -8/+18 |
2020-09-25 | Compose the use-statements, reduce debug-printouts | Henrik Tjäder
| 1 | -18/+12 |
2020-09-25 | Handle user hardware and software tasks and some resources | Henrik Tjäder
| 1 | -3/+25 |
2020-09-25 | Generate mod instead of const, handle import of idle and init | Henrik Tjäder
| 1 | -3/+16 |
2020-09-01 | Remove stale code, fix comment styling | Henrik Tjäder
| 1 | -7/+3 |
2020-09-01 | Cargo fmt | Henrik Tjäder
| 1 | -7/+3 |
2020-09-01 | Brutally yank out multicore | Henrik Tjäder
| 1 | -55/+36 |
2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder
| 1 | -2/+2 |
2020-06-11 | Merge #314 | bors[bot]
| 1 | -0/+2 |
2020-06-03 | Run cargo fmt | Henrik Tjäder
| 1 | -1/+2 |
2020-05-26 | TODO(remove) codegen no-op | Jorge Aparicio
| 1 | -0/+2 |
2020-04-22 | Retain cfg-attributes on resources | Henrik Tjäder
| 1 | -1/+1 |
2019-08-20 | adapt to changes in rtfm-syntax | Jorge Aparicio
| 1 | -1/+1 |
2019-06-29 | WIP | Jorge Aparicio
| 1 | -0/+2 |
2019-06-24 | check that the app is not compiled for more cores than were specified | Jorge Aparicio
| 1 | -0/+14 |
2019-06-24 | Monotonic trait is safe; add MultiCore trait | Jorge Aparicio
| 1 | -1/+1 |
2019-06-18 | add homogeneous multi-core support | Jorge Aparicio
| 1 | -1/+2 |
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio
| 1 | -2380/+87 |
2019-05-21 | bump heapless dependency to v0.5.0; remove "nightly" feature | Jorge Aparicio
| 1 | -97/+30 |
2019-05-21 | removes the maybe_uninit feature gate | Jorge Aparicio
| 1 | -20/+21 |
2019-05-09 | generate resource proxies only when needed | Jorge Aparicio
| 1 | -29/+32 |
2019-05-01 | implement RFCs 147 and 155, etc. | Jorge Aparicio
| 1 | -1826/+2050 |
2019-04-21 | v0.4.3 | Jorge Aparicio
| 1 | -4/+14 |
2019-04-16 | Merge #170 | bors[bot]
| 1 | -4/+2 |
2019-04-17 | now fix the fix | Jorge Aparicio
| 1 | -2/+2 |
2019-04-16 | more nightly fixes | Jorge Aparicio
| 1 | -11/+11 |
2019-04-16 | [NFC] fix nightly ci | Jorge Aparicio
| 1 | -7/+7 |
2019-04-16 | check task priority at compile time | Jorge Aparicio
| 1 | -4/+2 |
2019-02-26 | refactor: make `binds` harder to misuse | Jorge Aparicio
| 1 | -14/+6 |
2019-02-26 | add `binds` example and make it work | Jorge Aparicio
| 1 | -2/+2 |
2019-02-26 | add `binds` argument to the `interrupt` and `exception` attributes | Jorge Aparicio
| 1 | -8/+16 |
2019-02-19 | add "nightly" feature | Jorge Aparicio
| 1 | -80/+181 |
2019-02-16 | rebase fix | Jorge Aparicio
| 1 | -1/+1 |
2019-02-16 | make debug builds reproducible | Jorge Aparicio
| 1 | -101/+132 |
2019-02-16 | Make generated names stable when sorting. | Hugo van der Wijst
| 1 | -7/+28 |
2019-02-16 | Seed RNG with package name and prepend string to full random name. | Hugo van der Wijst
| 1 | -2/+8 |
2019-02-16 | Make identifiers deterministic. | Hugo van der Wijst
| 1 | -64/+54 |
2019-02-16 | Make builds reproducible | Hugo van der Wijst
| 1 | -7/+7 |