| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | time: split driver into a separate embassy-time-driver crate. | Dario Nieuwenhuis | 2024-01-11 | 1 | -186/+0 |
| | | |||||
| * | Ignore the doctest driver registration to prevent duplicate registrations | Chris Price | 2024-01-09 | 1 | -1/+3 |
| | | |||||
| * | Updated driver implementation docs | Barnaby Walters | 2023-12-22 | 1 | -4/+9 |
| | | |||||
| * | STM32: Fix race in alarm setting, which impacted scheduling. | RobertTDowling | 2023-12-17 | 1 | -0/+4 |
| | | | | | | | | | | Detect potential race condition (should be rare) and return false back to caller, allowing them to handle the possibility that either the alarm was never set because it was in the past (old meaning of false), or that in fact the alarm was set and may have fired within the race window (new meaning of false). In either case, the caller needs to make sure the callback got called. | ||||
| * | Remove semicolon in time driver example struct declaration | Rasmus Pedersen | 2023-07-05 | 1 | -1/+1 |
| | | | | | | The semicolon is not allowed with struct declarations with braces. The doc test compiles fine for some reason!? | ||||
| * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 1 | -1/+1 |
| | | |||||
| * | Change time Driver contract to never fire the alarm synchronously | ivmarkov | 2022-10-24 | 1 | -6/+7 |
| | | |||||
| * | Remove warnings for embassy-time | Ulf Lilleengen | 2022-08-22 | 1 | -1/+1 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -0/+174 |
