| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-28 | rtic-sync: add Arbiter for I2C | Andres Vahter | |
| 2023-11-22 | rtic-sync: Add SPI bus sharing with arbiter | Nils Fitinghoff | |
| 2023-11-22 | rtic-time does not need nightly | Karsten Große | |
| 2023-11-10 | Revert changelog since 1.3.0 isn't released yet | Finomnis | |
| 2023-11-10 | Update systick.rs | Finomnis | |
| 2023-11-10 | Add documentation for imxrt; other doc fixes | Finomnis | |
| 2023-11-09 | CI: Create local repo awareness of branch ref | Henrik Tjäder | |
| 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 | Prepare rtic-monotonics v1.3.0 release | Emil Fresk | |
| 2023-11-08 | Fix comment | Finomnis | |
| 2023-11-08 | Use imxrt-uart-panic crate instead of custom panic handler | Finomnis | |
| 2023-11-08 | Add Monotonic for i.MX RT chip family | Finomnis | |
| 2023-11-08 | Update changelog | Finomnis | |
| 2023-11-08 | Fix STM32 monotonic rollover race condition | Finomnis | |
| 2023-11-01 | Book: timber-lang from the dead | Henrik Tjäder | |
| Link to RTFM and RTIC publication search. | |||
| 2023-11-01 | Fix CI with async_fn_in_trait not being a feature | Emil Fresk | |
| 2023-10-15 | [book] Remove non-existent anchor reference | Fabian Wolter | |
| There is no anchor named `timeout_at` in the example source file. By looking at the context, the reference doesn't look like it's supposed to be there at all. | |||
| 2023-10-15 | Fix typo | Fabian Wolter | |
| 2023-10-04 | Book: Restore missing newline | Henrik Tjäder | |
| 2023-10-03 | rtic-monotonics: Fix stm32-metapac use | Nils Fitinghoff | |
| Previously, the stm32 monotonics only compiled for some chip families. For example, stm32g081kb worked, but not stm32f407*. The stm32-metapac does not directly unify peripheral names between the many stm32 families, but provides tools for build scripts to generate code that uses the right names for the selected chip. Use that mechanism instead of targeting a specific family. | |||
| 2023-10-02 | Update stm32-metapac requirement from 13.0.0 to 14.0.0 | dependabot[bot] | |
| Updates the requirements on [stm32-metapac](https://github.com/embassy-rs/stm32-data) to permit the latest version. - [Commits](https://github.com/embassy-rs/stm32-data/commits) --- updated-dependencies: - dependency-name: stm32-metapac dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2023-09-28 | remove nop from the empty idle loop | onsdagens | |
| remove nop from the empty idle loop | |||
| 2023-09-27 | export esp32c3 nop | onsdagens | |
| export esp32c3 nop export esp32c3 nop | |||
| 2023-09-27 | esp32c3 support | onsdagens | |
| 2023-09-19 | Release rtic-monotonics v1.2.0 | Emil Fresk | |
| 2023-09-19 | rtic-monotonics: Implement blocking DelayUs from embedded-hal 1 | Nils Fitinghoff | |
| 2023-09-06 | add embedded-hal-async impl to stm32 | Andres Vahter | |
| 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-09-05 | Bump actions/checkout from 3 to 4 | dependabot[bot] | |
| Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2023-08-29 | book: Fix rtic-sync references | Nils Fitinghoff | |
| 2023-08-29 | book: Update default priority to 0 | Nils Fitinghoff | |
| 2023-08-29 | book: Fix broken link | Nils Fitinghoff | |
| 2023-08-29 | Release rtic-monotonics 1.1.0, release rtic-sync 1.0.2 | Emil Fresk | |
| 2023-08-25 | rtic-monotonics: Add 64-bit SysTick monotonic | Nils Fitinghoff | |
| Counting at 1 kHz, 32 bits for counting ticks is not enough to ensure monotonicity for more than 50 days. Add a feature to change the backing storage to 64 bits. | |||
| 2023-08-25 | ritc-sync: Fix make_channel forcing dependency into user crate | Nils Fitinghoff | |
| Before, `make_channel` assumed that `critical_section` would be available in the namespace of the code that invoked the macro. Access `critical_section` through `rtic-sync` instead. | |||
| 2023-08-25 | Fix graph in preface.md example | Xo Wang | |
| Match up the graph's name for the task whose priority is 4 to its name in the preceding paragraph | |||
| 2023-08-20 | Bump embedded-hal-async in rtic-monotonics | Emil Fresk | |
| 2023-08-17 | Fix RTIC HackMD link | cz | |
| Fix RTIC HackMD link | |||
| 2023-08-08 | Support RP2040 PAC v0.5 in `rtic-monotonics` | Emil Fresk | |
| 2023-07-25 | Fixed new TAIT requirement and release v2.0.1 of RTIC | Emil Fresk | |
| 2023-07-01 | Examples: Update deps | Henrik Tjäder | |
| Bumps proc-macro2 fixing https://github.com/rust-lang/rust/issues/113152 | |||
| 2023-07-01 | Changelog: Monotonics: Add date | Henrik Tjäder | |
| 2023-07-01 | Changelog: Common: Add date | Henrik Tjäder | |
| 2023-07-01 | Changelog: Time: Add date | Henrik Tjäder | |
| 2023-07-01 | Changelog: Sync: Add dates and yanked status | Henrik Tjäder | |
| 2023-07-01 | Changelog: Add v2 | Henrik Tjäder | |
| Change URLs to point to this repo | |||
| 2023-07-01 | Changelog: Macros: Add v2 | Henrik Tjäder | |
| 2023-07-01 | Add changelog for rtic-macros | Henrik Tjäder | |
| 2023-07-01 | CI: Update changelog to match repo | Henrik Tjäder | |
