| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-10 | Add documentation for imxrt; other doc fixes | Finomnis | |
| 2023-11-08 | CI: rtic-monotonics: systick not always in scope | Henrik Tjäder | |
| Links are checked during compilation, and to not make it overly complex remove the link ``` error: unresolved link to `systick` --> rtic-monotonics/src/lib.rs:7:11 | 7 | //! The [`systick`] monotonic works on all cortex-M parts, and requires that the feature `cortex-m-systick` is enabled. | ^^^^^^^ no item named `systick` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]` error: could not document `rtic-monotonics` ``` | |||
| 2023-11-08 | Add Monotonic for i.MX RT chip family | Finomnis | |
| 2023-11-01 | Fix CI with async_fn_in_trait not being a feature | Emil Fresk | |
| 2023-09-06 | expose all stm32-metapac chips as features | Andres Vahter | |
| add more supported timers | |||
| 2023-09-06 | PoC Monotonic impl based on stm32-metapac | Andres Vahter | |
| 2023-04-16 | Merge #736 | bors[bot] | |
| 736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet This was in #732 before, but decluttering that PR seemed sensible Co-authored-by: datdenkikniet <jcdra1@gmail.com> | |||
| 2023-04-16 | Deny on warnings in xtasks | datdenkikniet | |
| 2023-04-15 | rtic-monotonics: Add some docs | datdenkikniet | |
| 2023-04-04 | Add setting of priority to interrupts | Emil Fresk | |
| 2023-04-02 | Added nRF monotonics | Emil Fresk | |
| 2023-03-11 | rtic-monotonics: Add interrupt tokens to make sure users bind interrupts | Emil Fresk | |
| 2023-03-04 | rtic-monotonics: Fix tests | Henrik Tjäder | |
| 2023-03-04 | CFG: Align all crates to use hyphen | Henrik Tjäder | |
| 2023-03-01 | Fix spelling on "cortex_m_systick" | datdenkikniet | |
| 2023-03-01 | rtic-monotonics: Feature gate monotonics correctly to support multiple MCUs | Emil Fresk | |
| 2023-03-01 | RP2040 monotonic, rename systick monotonic to not have double name | Emil Fresk | |
| 2023-03-01 | CI: Don't let warnings get away | Henrik Tjäder | |
| 2023-03-01 | Fixed systick monotonic | Emil Fresk | |
| 2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | Emil Fresk | |
