| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-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-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-04-23 | Update embedded-hal-async | datdenkikniet | |
| 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-10 | rtic-monotonics: export fugit the same for all monotonics | Emil Fresk | |
| 2023-04-05 | Fix monotonics race | Emil Fresk | |
| 2023-04-04 | Add setting of priority to interrupts | Emil Fresk | |
| 2023-04-02 | Added nRF monotonics | Emil Fresk | |
| 2023-03-29 | Update monotonic token macro names | Emil Fresk | |
| 2023-03-15 | refactor: re-formatted files | Yandrik | |
| 2023-03-15 | refactor(macro): changed not-yet-changed crate names to $crate | Yandrik | |
| 2023-03-15 | refactor(macro): used $crate for better interop | 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-04 | rtic-monotonics: Fix tests | Henrik Tjäder | |
| 2023-03-04 | CFG: Align all crates to use hyphen | Henrik Tjäder | |
| 2023-03-01 | Add feature flags | Emil Fresk | |
| 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 | 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 | 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 | Simplify Systick Monotonic by integrating the TQ | Emil Fresk | |
| 2023-03-01 | Make xtask pass, clean up rtic Cargo.toml | Emil Fresk | |
| 2023-03-01 | Added examples for async crates + fixed codegen for non-Copy arguments | Emil Fresk | |
| 2023-03-01 | CI: Don't let warnings get away | Henrik Tjäder | |
| 2023-03-01 | Systick runs at 1 kHz | 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 | |
