| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-23 | No need for new rtic-core | Emil Fresk | |
| 2021-02-23 | GHA update | Emil Fresk | |
| Fmt fixes Spawn_after did not work with parameters Examples working again Revert "GHA update" This reverts commit e0a71d4859966a6c5cf2629d3cb27e88acada9c0. Readd flags Only add DWT based dep with __v7 flag | |||
| 2021-02-23 | Remove flags, updates UI tests | Emil Fresk | |
| 2021-02-20 | Test fixes | Emil Fresk | |
| 2021-02-18 | Now with new monotonic trait and crate | Emil Fresk | |
| 2021-02-06 | Merge branch 'master' into new_monotonic | Emil Fresk | |
| 2021-01-04 | Bump cortex-m to 0.7.0 | Nicolas Stalder | |
| 2020-12-03 | Save, init generation fixed | Emil Fresk | |
| 2020-11-26 | Removed cortex-m-rt | Emil Fresk | |
| 2020-11-14 | Updated changelog, use released version of rtic-core | Emil Fresk | |
| 2020-11-14 | Multilock support | Emil Fresk | |
| 2020-11-14 | Remove microamp dependency | Henrik Tjäder | |
| 2020-11-14 | Bump version numbers to v0.6.0-alpha.0 | Henrik Tjäder | |
| 2020-10-01 | Added `bare_metal::CriticalSection` to `init::Context` | Emil Fresk | |
| 2020-09-25 | Fixed example and v7 flag | Emil Fresk | |
| 2020-09-01 | Brutally yank out multicore | Henrik Tjäder | |
| 2020-08-27 | Version fix | Emil Fresk | |
| 2020-08-27 | Preparing v0.5.5 release | Emil Fresk | |
| 2020-08-26 | Preparing for 0.5.4 release | Emil Fresk | |
| 2020-07-14 | Unified spelling of "real-time" (vs. "real time") | Vincent Esche | |
| (This spelling is consistent with the one provided by Merriam Webster for use an an adjective) | |||
| 2020-06-12 | Preparing for v0.5.3 | Emil Fresk | |
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2020-06-11 | Prepare for v0.5.2 release | Emil Fresk | |
| 2020-06-11 | Merge #314 | bors[bot] | |
| 314: do not optimize build deps r=korken89 a=japaric this may make CI faster Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2020-06-10 | Use cargo feature instead of conditional compilation hacks | Henrik Tjäder | |
| 2020-05-26 | trigger incremental CI re-build | Jorge Aparicio | |
| 2020-05-26 | do not optimize build deps | Jorge Aparicio | |
| 2020-04-20 | Use buildrs for conditional compilation | Henrik Tjäder | |
| 2020-01-24 | Merge #294 | bors[bot] | |
| 294: use the safe DWT::unlock API r=korken89 a=japaric instead of a unsafe write_volatile call Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2020-01-21 | use the safe DWT::unlock API | Jorge Aparicio | |
| instead of a unsafe write_volatile call | |||
| 2019-11-18 | Bumped version to 0.5.1, cyccntr bugfix | Per Lindgren | |
| 2019-11-14 | v0.5.0 final release | Jorge Aparicio | |
| 2019-11-06 | CI: replace compiletest-rs with trybuild | Jorge Aparicio | |
| We use compiletest to run compile-fail tests but compiletest depends on compiler internals so it breaks every now and then and requires nightly. With trybuild we can also run compile-fail tests but it works on stable and it already has reached version 1.0 | |||
| 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 | Updated links in README for rtfm.rs | Emil Fresk | |
| 2019-09-15 | fix gh-pages build | Jorge Aparicio | |
| 2019-08-21 | document #[app] | Jorge Aparicio | |
| 2019-08-21 | fix Cargo.toml | Jorge Aparicio | |
| 2019-07-12 | use a stable heapless release | Jorge Aparicio | |
| 2019-07-11 | bump dependencies | Jorge Aparicio | |
| 2019-06-18 | homogeneous mode doesn't depend on microamp | 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 | book: indirection for faster message passing | Jorge Aparicio | |
| 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-04-16 | [NFC] fix nightly ci | Jorge Aparicio | |
| 2019-02-27 | v0.4.2 | Jorge Aparicio | |
