| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-10 | Add documentation for imxrt; other doc fixes | Finomnis | |
| 2023-11-08 | Prepare rtic-monotonics v1.3.0 release | Emil Fresk | |
| 2023-11-08 | Add Monotonic for i.MX RT chip family | Finomnis | |
| 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-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 | 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-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-20 | Bump embedded-hal-async in rtic-monotonics | Emil Fresk | |
| 2023-08-08 | Support RP2040 PAC v0.5 in `rtic-monotonics` | Emil Fresk | |
| 2023-05-25 | v2.0 release | Emil Fresk | |
| 2023-04-23 | Prepare release of rtic-monotonics with new eha version | Emil Fresk | |
| 2023-04-23 | Update embedded-hal-async | datdenkikniet | |
| 2023-04-15 | rtic-monotonics: Add some docs | datdenkikniet | |
| 2023-04-08 | Fix if a enqueued instant is first in a non-empty queue | Emil Fresk | |
| 2023-04-04 | Add setting of priority to interrupts | Emil Fresk | |
| 2023-04-02 | Added nRF monotonics | Emil Fresk | |
| 2023-03-04 | CFG: Align all crates to use hyphen | Henrik Tjäder | |
| 2023-03-01 | Make embedded-hal-async dependency optional for better compatibility with HALs | datdenkikniet | |
| Some hals implement traits for embedded-hal version `=1.0.0.alpha.<not 9>`, which is explicitly incompatible with the version `=1.0.0.alpha.9` which embedded-hal-async depends on. Making the dependency optional allows downstream projects to include rtic-monotonic without requiring that all of their other libraries also implement that specific version of embedded-hal 1.0 | |||
| 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 | rtic-monotonics: Simplify features, default is 1kHz | Henrik Tjäder | |
| Make 100 Hz or 10 kHz opt in through features, which are meant for testing primarily. | |||
| 2023-03-01 | Make xtask pass, clean up rtic Cargo.toml | Emil Fresk | |
| 2023-03-01 | Add authors to each Cargo.toml | Henrik Tjäder | |
| Copy-paste the default one used for the project | |||
| 2023-03-01 | Add alpha.0 and required Cargo fields | Henrik Tjäder | |
| 2023-03-01 | Added examples for async crates + fixed codegen for non-Copy arguments | Emil Fresk | |
| 2023-03-01 | Fixed systick monotonic | Emil Fresk | |
| 2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | Emil Fresk | |
