| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-22 | Clippy with pedantic suggestions | Henrik Tjäder | |
| 2022-02-20 | Provide Mutex relative to prelude to fix doc linking issues coming from ↵ | Henrik Tjäder | |
| rtic-core | |||
| 2022-02-18 | rtic::mutex::prelude::* fixes glob import lint | Henrik Tjäder | |
| rtic-core Mutex, Exclusive and multi-lock retained in old location to not be backwards breaking | |||
| 2021-12-25 | Docfix: MSRV and Semantic Versioning | Per Lindgren | |
| 2021-12-25 | Docfix: remove pre-release note | Per Lindgren | |
| 2021-12-25 | Merge #565 #566 | bors[bot] | |
| 565: Edition: Bump to 2021 r=korken89 a=AfoHT 566: v1.0.0 r=korken89 a=AfoHT This should fail building until all deps are released and accessible on crates.io (There are some required PRs for edition2021 for each repo, alternatively just bringing in the v1.0 PR should have commits included, we can drop the extra PRs later on) https://github.com/rtic-rs/rtic-monotonic/pull/6 https://github.com/rtic-rs/rtic-core/pull/22 https://github.com/rtic-rs/rtic-syntax/pull/68 Co-authored-by: Henrik Tjäder <henrik@grepit.se> | |||
| 2021-12-25 | Clippy lints | Henrik Tjäder | |
| 2021-12-25 | Edition: Bump to 2021 | Henrik Tjäder | |
| 2021-11-25 | Remove #[deny(warnings)], but deny warnings for CI | Henrik Tjäder | |
| 2021-11-25 | Docs: add RTIC logo | Henrik Tjäder | |
| 2021-11-09 | New monotonic trait working | Emil Fresk | |
| 2021-11-02 | added doc for RacyCell | Per Lindgren | |
| 2021-11-02 | Fixed aliasing issue due to RacyCell implementation | Emil Fresk | |
| 2021-08-16 | Remove linked list impl - use heapless, linked list init now const fn | Emil Fresk | |
| 2021-04-08 | Goodbye static mut | Emil Fresk | |
| 2021-03-22 | Updated schedule example with all combinations | Emil Fresk | |
| 2021-03-20 | Cancel and reschedule working | Emil Fresk | |
| Support cfgs in the imports Account for extern tasks | |||
| 2021-02-25 | Review 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-13 | Reexport embedded-time as rtic::time | Emil Fresk | |
| 2020-12-12 | Monotonic codegen now passing compile stage | Emil Fresk | |
| 2020-12-10 | More work | Emil Fresk | |
| 2020-12-03 | Save, init generation fixed | Emil Fresk | |
| 2020-12-03 | Removed monotonic trait, moved to rtic-core | Emil Fresk | |
| 2020-11-26 | Removed cortex-m-rt | Emil Fresk | |
| 2020-11-14 | Add multilock to the book | Emil Fresk | |
| 2020-11-14 | Multilock support | Emil Fresk | |
| 2020-09-01 | Remove stale code, fix comment styling | Henrik Tjäder | |
| 2020-09-01 | Brutally yank out multicore | Henrik Tjäder | |
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2020-06-11 | Fmt | Emil Fresk | |
| 2020-05-26 | touch src/lib.rs | Jorge Aparicio | |
| 2019-11-13 | Minor docs update to monotonic | Emil Fresk | |
| 2019-10-15 | more monotonic timer docs | Jorge Aparicio | |
| covers - initialization and configuration of the timer; this is now a responsibility of the application author - correctness of `Monotonic::now()` in `#[init]` - safety of `Monotonic::reset()` closes #251 | |||
| 2019-09-15 | One more place updated | Emil Fresk | |
| 2019-08-21 | doc tweaks | Jorge Aparicio | |
| 2019-08-21 | document #[app] | Jorge Aparicio | |
| 2019-07-11 | change Monotonic::ratio return type to Fraction | Jorge Aparicio | |
| 2019-06-24 | Monotonic trait is safe; add MultiCore trait | 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 | removes the maybe_uninit feature gate | Jorge Aparicio | |
| and stop newtyping `core::mem::MaybeUninit` | |||
| 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-02-23 | Merge #153 | bors[bot] | |
| 153: add "nightly" feature; replace hint::unreachable_unchecked with a panic r=korken89 a=japaric this implements the action plan described in #149 to give you a sense of the overhead of this change: it has increased the binary size of some of our examples by up to 10% but this is mainly from pulling in a panic handler that does formatting r? @korken89 Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-02-19 | add Duration.as_cycles | Jorge Aparicio | |
| 2019-02-19 | document the nightly feature | Jorge Aparicio | |
| 2019-02-19 | add "nightly" feature | Jorge Aparicio | |
| 2019-02-12 | document MSRV and SemVer policy | Jorge Aparicio | |
