| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-10 | Revert changelog since 1.3.0 isn't released yet | Finomnis | |
| 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-11-08 | Update changelog | 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-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 | 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-07-01 | Changelog: Monotonics: Add date | Henrik Tjäder | |
| 2023-04-02 | Added nRF monotonics | Emil Fresk | |
| 2023-03-15 | doc(monotonic): added update description to changelog | Yandrik | |
| 2023-03-11 | Merge #702 | bors[bot] | |
| 702: Monotonics interrupt token r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2023-03-11 | rtic-monotonics: Add interrupt tokens to make sure users bind interrupts | Emil Fresk | |
| 2023-03-11 | rtic-monotonics: Unmask the RP2040 timer | 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 | Add changelog templates | Henrik Tjäder | |
| 2023-03-01 | Does CI work again? | Emil Fresk | |
