| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | update dates | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 2 | -2/+7 | |
| | | ||||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 | |
| | | ||||||
| * | Merge pull request #3079 from aurelj/with_timeout | Ulf Lilleengen | 2024-06-22 | 2 | -1/+31 | |
| |\ | | | | | | | implement with_timeout()/with_deadline() method style call on Future | |||||
| | * | implement with_timeout()/with_deadline() method style call on Future | Aurélien Jacobs | 2024-06-14 | 2 | -1/+31 | |
| | | | ||||||
| * | | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 | |
| |/ | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | |||||
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 2 | -1/+10 | |
| | | ||||||
| * | embassy-time: add timestamp features | Andres O. Vela | 2024-05-30 | 2 | -2/+25 | |
| | | ||||||
| * | time/generic-queue: fix ub in tests. | Dario Nieuwenhuis | 2024-05-13 | 1 | -66/+52 | |
| | | ||||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -6/+4 | |
| | | ||||||
| * | Add some metadata | Dániel Buga | 2024-04-26 | 1 | -3/+3 | |
| | | ||||||
| * | Fix spelling and white space mistakes | Vega Deftwing | 2024-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'embassy-rs:main' into ticker_send_sync | Frostie314159 | 2024-03-31 | 17 | -1165/+620 | |
| |\ | ||||||
| | * | Adjusted behavior. | Frostie314159 | 2024-03-28 | 1 | -2/+2 | |
| | | | ||||||
| | * | Merge branch 'embassy-rs:main' into reset-at-after | Frostie314159 | 2024-03-21 | 17 | -1165/+608 | |
| | |\ | ||||||
| | | * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 | |
| | | | | ||||||
| | | * | time: cloneable delay | Scott Mabin | 2024-02-18 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | 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 | |
| | | | | ||||||
| | * | | Adjusted documentation and reset_after behaviour. | Frostie314159 | 2023-12-11 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Introduce reset_{at|after} functions for Ticker. | Frostie314159 | 2023-12-11 | 1 | -0/+10 | |
| | |/ | ||||||
| * / | Made Ticker::next Send+Sync. | Frostie314159 | 2024-03-31 | 1 | -1/+1 | |
| |/ | ||||||
| * | 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 | |
| | | ||||||
