| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | Emil Fresk | |
| 2023-03-01 | RTIC v2: Initial commit | Emil Fresk | |
| rtic-syntax is now part of RTIC repository | |||
| 2023-02-26 | Release: v1.1.4 | Henrik Tjäder | |
| 2022-06-23 | Bump rtic-syntax to v1.0.2 and fix Changelog | Henrik Tjäder | |
| 2022-05-24 | Fix macros to Rust 2021 | Emil Fresk | |
| 2022-05-24 | Fix clash with defmt | Emil Fresk | |
| 2022-05-10 | Fixed warning from Rust Analyzer | Emil Fresk | |
| 2022-05-09 | Prepare v1.1.2 | Emil Fresk | |
| 2022-04-13 | Release RTIC v1.1 | Henrik Tjäder | |
| Bump versions, including using using latest rtic-syntax | |||
| 2022-01-28 | RTIC macro expansion: Try to find target-dir | Henrik Tjäder | |
| 2021-12-25 | Bump version to 1.0.0 | Henrik Tjäder | |
| 2021-11-09 | Update versions and changelog | Emil Fresk | |
| 2021-11-08 | Bump version to 0.6.0-rc.3 | Henrik Tjäder | |
| 2021-09-28 | Prepare rc.2 release | Emil Fresk | |
| 2021-09-27 | Preparing 0.6.0-rc.1 | Emil Fresk | |
| 2021-09-27 | Updated codegen for the updated syntax (default monotonic priority) | Emil Fresk | |
| 2021-07-09 | Update changelog and version | Emil Fresk | |
| 2021-07-08 | Final versions | Emil Fresk | |
| 2021-07-08 | Cleanup from review (needs releases to compile) | Emil Fresk | |
| 2021-07-07 | Use git deps | Emil Fresk | |
| 2021-07-05 | Started work | Emil Fresk | |
| 2021-05-27 | Prepare release alpha.4 | Emil Fresk | |
| 2021-05-23 | Minor cleanup | Emil Fresk | |
| 2021-05-06 | Flattened the _ out of it | Emil Fresk | |
| 2021-04-08 | 0.6.0-alpha.2 release | Emil Fresk | |
| 2021-04-08 | Fixed UB in `spawn_at` | Emil Fresk | |
| 2021-04-08 | Type aliases now work in the app module | Emil Fresk | |
| 2021-03-04 | Preparing release 0.6.0-alpha.1 | Emil Fresk | |
| 2020-12-03 | Save, init generation fixed | Emil Fresk | |
| 2020-11-14 | Bump version numbers to v0.6.0-alpha.0 | Henrik Tjäder | |
| 2020-10-15 | Changed branch for rtic-syntax | Henrik Tjäder | |
| 2020-10-15 | Updated examples and rtic-name | Henrik Tjäder | |
| 2020-10-15 | task_local and lock_free analysis (take 1) | Per | |
| 2020-09-04 | Use rtic-rs master | Henrik Tjäder | |
| 2020-09-01 | Brutally yank out multicore | Henrik Tjäder | |
| 2020-08-27 | Preparing v0.5.5 release | Emil Fresk | |
| 2020-08-26 | Preparing for 0.5.4 release | Emil Fresk | |
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2019-11-14 | v0.5.0 final release | Jorge Aparicio | |
| 2019-10-15 | v0.5.0 beta release | Jorge Aparicio | |
| 2019-09-15 | turn git deps into crates.io deps | Jorge Aparicio | |
| 2019-09-15 | fix gh-pages build | Jorge Aparicio | |
| 2019-08-20 | adapt to changes in rtfm-syntax | Jorge Aparicio | |
| 2019-06-18 | add homogeneous multi-core support | Jorge Aparicio | |
| 2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio | |
| 2019-05-21 | bump heapless dependency to v0.5.0; remove "nightly" feature | Jorge Aparicio | |
| with the upcoming version of heapless we are able to initialize all internal queues in const context removing the need for late initialization this commit also removes the "nightly" feature because all the optimization provided by it are now enabled by default | |||
| 2019-05-01 | implement RFCs 147 and 155, etc. | Jorge Aparicio | |
| This commit: - Implements RFC 147: "all functions must be safe" - Implements RFC 155: "explicit Context parameter" - Implements the pending breaking change #141: reject assign syntax in `init` (which was used to initialize late resources) - Refactors code generation to make it more readable -- there are no more random identifiers in the output -- and align it with the book description of RTFM internals. - Makes the framework hard depend on `core::mem::MaybeUninit` and thus will require nightly until that API is stabilized. - Fixes a ceiling analysis bug where the priority of the system timer was not considered in the analysis. - Shrinks the size of all the internal queues by turning `AtomicUsize` indices into `AtomicU8`s. - Removes the integration with `owned_singleton`. | |||
| 2019-04-21 | v0.4.3 | Jorge Aparicio | |
| 2019-02-27 | v0.4.2 | Jorge Aparicio | |
| 2019-02-19 | add "nightly" feature | Jorge Aparicio | |
