| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Change time Driver contract to never fire the alarm synchronously | ivmarkov | 2022-10-24 | 4 | -57/+41 | |
| | | ||||||
| * | Address feedback after code review | ivmarkov | 2022-10-24 | 3 | -586/+503 | |
| | | ||||||
| * | Documentation and initial testing framework | ivmarkov | 2022-10-24 | 2 | -34/+454 | |
| | | | | | | | | | Add mock waker First simple test Tests & documentation | |||||
| * | Initial generic timer queue impl | ivmarkov | 2022-10-24 | 2 | -0/+198 | |
| | | ||||||
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 | |
| | | | | | Removes feature(generic_associated_types) | |||||
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 4 | -36/+203 | |
| | | ||||||
| * | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 1 | -15/+17 | |
| | | | | | Old code used `cfg_if!` because rustc still parses code inside disabled cfg's, and Rust stable at that time couldn't parse the new GAT where-clause location. This is not the case anymore. | |||||
| * | Add readme for embassy-time | Ulf Lilleengen | 2022-08-23 | 1 | -42/+1 | |
| | | ||||||
| * | Remove warnings for embassy-time | Ulf Lilleengen | 2022-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 9 | -0/+1439 | |
