| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | | ||||||
| * | | Merge pull request #1854 from bugadani/str | Dario Nieuwenhuis | 2023-09-03 | 1 | -1/+1 | |
| |\ \ | | | | | | | embassy-{net, sync, time}: Use fmt::unwrap | |||||
| | * | | Use fmt::unwrap | Dániel Buga | 2023-09-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 | |
| | | | | ||||||
| * | | | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 2 | -2/+7 | |
| |/ / | ||||||
| * / | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 | |
| |/ | ||||||
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -2/+2 | |
| | | ||||||
| * | Mark Ticker stream as FusedStream | Sebastian Goll | 2023-08-09 | 1 | -0/+8 | |
| | | ||||||
| * | Remove trivial to remove uses of atomic-polyfill. | Dario Nieuwenhuis | 2023-07-12 | 2 | -2/+2 | |
| | | ||||||
| * | Enable `critical-section/std` when using `std` feature of `embassy-time` | James Waples | 2023-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 2 | -1/+6 | |
| | | ||||||
| * | 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!? | |||||
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -2/+2 | |
| | | ||||||
| * | time: fix queue size | cumthugo | 2023-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 4 | -9/+11 | |
| | | ||||||
| * | time: fix unused mut. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 | |
| | | ||||||
| * | Release embassy-time v0.1.1 | Dario Nieuwenhuis | 2023-04-13 | 2 | -1/+25 | |
| | | ||||||
| * | time: remove dependency on embassy-sync. | Dario Nieuwenhuis | 2023-04-13 | 3 | -19/+14 | |
| | | ||||||
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 2 | -14/+10 | |
| | | ||||||
| * | time: add power-of-2 kHz tick rates. | Dario Nieuwenhuis | 2023-03-09 | 3 | -4/+84 | |
| | | | | | Fixes #1269 | |||||
| * | time/ticker: make sure the future for .next() is Unpin. | Dario Nieuwenhuis | 2023-03-05 | 1 | -4/+13 | |
| | | ||||||
| * | embassy-time: add async tick() method to Ticker | kbleeke | 2023-02-28 | 1 | -1/+6 | |
| | | ||||||
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+1 | |
| | | ||||||
| * | embassy-time: Implement conversions to/from core::time::Duration for ↵ | kbleeke | 2023-02-23 | 1 | -0/+16 | |
| | | | | | embassy-time::Duration | |||||
| * | Clamp ticks to 1 and round to nearest. | Caleb Jamison | 2023-02-09 | 1 | -1/+10 | |
| | | ||||||
| * | Add from_hz function for Duration. | Caleb Jamison | 2023-02-09 | 1 | -0/+5 | |
| | | ||||||
