aboutsummaryrefslogtreecommitdiff
path: root/embassy-time
Commit message (Expand)AuthorAgeFilesLines
* add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is s...Curly2025-04-301-0/+2
* Manually implement the future for `with_timeout`Alex Moon2025-04-231-19/+42
* embassy-time: don't select `critical-section` impl for stdKaspar Schleiser2025-04-041-1/+1
* Add try_from constructors to DurationSebastian Scholz2025-03-101-2/+78
* Add Instant::try_from_* constructor functionsSebastian Scholz2025-03-071-0/+31
* Document std/wasm in embassy-timeDániel Buga2025-02-081-3/+10
* Take self instead of &mut selfwackazong2025-02-041-2/+4
* Add saturating_add and saturating_sub to Instantwackazong2025-02-041-0/+10
* Merge pull request #3840 from bugadani/inlineDario Nieuwenhuis2025-02-031-0/+1
|\
| * Allow inlining on time driver boundaryDániel Buga2025-02-031-0/+1
* | Add cancel safety notes to TickerMarvin Gudel2025-02-021-0/+7
* | doc: embassy-time docHaobo Gu2025-01-161-1/+1
|/
* Fix year in changelogLukáš Poláček2025-01-121-1/+1
* Release embassy-executor v0.7.0, embassy-time v0.4.0, embassy-time-driver v0....Dario Nieuwenhuis2025-01-021-1/+2
* Rename ETQD, bump dateDániel Buga2024-12-225-13/+13
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-222-5/+5
* Add generic-queue-* features back to embassy-timeDániel Buga2024-12-222-1/+25
* Remove special handling of integrated timer queueDániel Buga2024-12-162-7/+7
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-0/+1
* Merge time-driver and time-queue-driver traits, make HALs own and handle the ...Dario Nieuwenhuis2024-12-134-251/+130
* ChangelogDániel Buga2024-12-101-1/+4
* Refactor integrated-timersDániel Buga2024-12-106-575/+83
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-242-4/+4
* Remove noop from queue_genericDániel Buga2024-11-191-2/+0
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
* update datesUlf Lilleengen2024-08-051-1/+1
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-052-2/+7
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
* Merge pull request #3079 from aurelj/with_timeoutUlf Lilleengen2024-06-222-1/+31
|\
| * implement with_timeout()/with_deadline() method style call on FutureAurélien Jacobs2024-06-142-1/+31
* | Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
|/
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-042-1/+10
* embassy-time: add timestamp featuresAndres O. Vela2024-05-302-2/+25
* time/generic-queue: fix ub in tests.Dario Nieuwenhuis2024-05-131-66/+52
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-6/+4
* Add some metadataDániel Buga2024-04-261-3/+3
* Fix spelling and white space mistakesVega Deftwing2024-04-111-1/+1
* Merge branch 'embassy-rs:main' into ticker_send_syncFrostie3141592024-03-3117-1165/+620
|\
| * Adjusted behavior.Frostie3141592024-03-281-2/+2
| * Merge branch 'embassy-rs:main' into reset-at-afterFrostie3141592024-03-2117-1165/+608
| |\
| | * fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
| | * time: cloneable delayScott Mabin2024-02-181-0/+1
| | * Fixup docsCaleb Jamison2024-01-311-1/+1
| | * Rename timeout_at to with_deadlineCaleb Jamison2024-01-312-2/+2
| | * Add timeout_at convenience function and example.Caleb Jamison2024-01-312-2/+15
| | * Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+1
| | * bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-112-2/+8