| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixup docs | Caleb Jamison | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | Rename timeout_at to with_deadline | Caleb Jamison | 2024-01-31 | 2 | -2/+2 |
| | | |||||
| * | Add timeout_at convenience function and example. | Caleb Jamison | 2024-01-31 | 2 | -2/+15 |
| | | |||||
| * | Complete cargo.tomls more. | Dario Nieuwenhuis | 2024-01-12 | 1 | -0/+1 |
| | | |||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 2 | -2/+8 |
| | | |||||
| * | time: split queue driver too, don't reexport drivers. | Dario Nieuwenhuis | 2024-01-11 | 9 | -91/+21 |
| | | |||||
| * | time: docs improvements, add ci. | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | time: split driver into a separate embassy-time-driver crate. | Dario Nieuwenhuis | 2024-01-11 | 10 | -919/+169 |
| | | |||||
| * | Remove nightly autodetects. | Dario Nieuwenhuis | 2024-01-10 | 2 | -20/+1 |
| | | |||||
| * | Merge pull request #2420 from chrisprice/mock-driver | Ulf Lilleengen | 2024-01-10 | 4 | -115/+184 |
| |\ | | | | | | | Extend mock time driver to support alarms | ||||
| | * | Ignore the doctest driver registration to prevent duplicate registrations | Chris Price | 2024-01-09 | 2 | -2/+6 |
| | | | |||||
| | * | Lint/format fixes | Chris Price | 2024-01-09 | 2 | -4/+2 |
| | | | |||||
| | * | Use MockDriver in queue_generic tests | Chris Price | 2024-01-09 | 2 | -93/+25 |
| | | | |||||
| | * | Prevent over-allocation | Chris Price | 2024-01-09 | 1 | -12/+34 |
| | | | |||||
| | * | Restructure InnerMockDriver | Chris Price | 2024-01-09 | 1 | -23/+38 |
| | | | | | | | | | Failing test for overallocation of alarms | ||||
| | * | Merge TestDriver into MockDriver | Chris Price | 2024-01-09 | 1 | -18/+116 |
| | | | |||||
| * | | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -2/+2 |
| |/ | |||||
| * | Updated driver implementation docs | Barnaby Walters | 2023-12-22 | 1 | -4/+9 |
| | | |||||
| * | Minor typo corrections | Barnaby Walters | 2023-12-22 | 2 | -4/+4 |
| | | |||||
| * | Improved documentation | Barnaby Walters | 2023-12-22 | 5 | -309/+500 |
| | | | | | | | | | | * Documented features including all tick rates * Corrected some out-of-date information * Sorted tick rate features * Removed gen_tick.py dependency on toml * Restructured README.md to better explain tick rate, more clearly prioritise time driver docs, correct header levels | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -7/+0 |
| | | |||||
| * | 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. | ||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 2 | -4/+4 |
| | | |||||
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | embassy-time 0.2 | Scott Mabin | 2023-12-04 | 2 | -2/+4 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 4 | -74/+67 |
| | | |||||
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 6 | -10/+37 |
| | | |||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| | | |||||
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2132 from embassy-rs/update-nightly | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+1 |
| |\ | | | | | | | Update Rust nightly. | ||||
| | * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #2130 from andresovela/time-mock-driver-fix | Dario Nieuwenhuis | 2023-10-31 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | time: fix MockDriver::now() | ||||
| | * | time: fix MockDriver::now() | Andres O. Vela | 2023-10-31 | 1 | -1/+1 |
| | | | |||||
| * | | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 |
| |/ | |||||
| * | Fix test | Andres O. Vela | 2023-10-29 | 1 | -1/+1 |
| | | |||||
| * | Remove set_current_time API | Andres O. Vela | 2023-10-29 | 1 | -5/+0 |
| | | |||||
| * | time: add MockDriver for testing purposes | Andres O. Vela | 2023-10-29 | 3 | -0/+82 |
| | | |||||
| * | time: Add tick rates in multiples of 10 kHz | Gabriel Smith | 2023-10-24 | 4 | -0/+82 |
| | | |||||
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 3 | -1/+17 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | time: Add convenience methods for Timer::after_secs/millis/micros/ticks | Adam Greig | 2023-10-15 | 1 | -0/+36 |
| | | |||||
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | stm32: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-10-12 | 1 | -1/+0 |
| | | |||||
| * | Add more tick rates | Dániel Buga | 2023-09-28 | 4 | -2/+249 |
| | | |||||
| * | Add 80MHz tick rate | Dániel Buga | 2023-09-28 | 4 | -1/+10 |
| | | |||||
| * | Merge pull request #1839 from Frostie314159/embassy-time-next | Ulf Lilleengen | 2023-09-12 | 1 | -1/+7 |
| |\ | | | | | | | embassy-time: Introduce reset function for Ticker. | ||||
| | * | Fixed formating. | Frostie314159 | 2023-09-11 | 1 | -1/+1 |
| | | | |||||
| | * | Removed unnecessary newline. | Frostie314159 | 2023-08-29 | 1 | -2/+1 |
| | | | |||||
| | * | embassy-time: Introduced reset function for Ticker | Frostie314159 | 2023-08-29 | 1 | -1/+8 |
| | | | |||||
