Ulf Lilleengen
d7c00a9cf0
Merge pull request #4934 from bugadani/fallible-from-waker
...
Expose timer queue impls unconditionally, support timer queue items stored outside of tasks (e.g. RTOS-aware `block_on`)
2026-03-03 09:44:07 +00:00
Dario Nieuwenhuis
5dd8511a87
Update heapless, smoltcp, micropb.
2026-01-31 03:19:24 +01:00
Dániel Buga
0013198880
Expose queue impls unconditionally
2026-01-01 20:37:19 +01:00
Aurélien Jacobs
a2aa93f81f
fix incomplete timer unqueuing that prevent any further timer in the same task
2025-12-27 23:50:57 +01:00
Dario Nieuwenhuis
8730a013c3
Rustfmt for edition 2024.
2025-10-06 23:19:53 +02:00
Dario Nieuwenhuis
abc8e450f9
Edition 2024.
2025-10-06 23:19:53 +02:00
Dario Nieuwenhuis
55b3c5c6e8
ci: use devtool to build.
2025-09-11 21:52:47 +02:00
Ulf Lilleengen
83f2557eac
chore: prepare embassy crate releases
2025-08-26 16:05:09 +02:00
Dario Nieuwenhuis
9f12852c38
Read crate configs from metadata.
2025-08-25 19:44:50 +02:00
Ulf Lilleengen
6a347f1f09
feat: add semver checks and releasing to releaser
...
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
2025-08-25 19:44:49 +02:00
Dániel Buga
3d1ce0fb7d
Fix typo
2025-08-18 12:51:27 +02:00
Dániel Buga
74037f0493
Make TimerQueueItem opaque
2025-08-18 12:50:51 +02:00
Ulf Lilleengen
0eceb08b90
fix: do full minor version bump for time queue utils
2025-08-01 21:42:23 +02:00
Ulf Lilleengen
e818e49d7a
chore: Release embassy-time-queue-utils version 0.1.1
2025-08-01 15:35:04 +02:00
Ulf Lilleengen
59db841320
fix: relax embassy-executor version requirement
2025-08-01 15:17:40 +02:00
Ulf Lilleengen
3f1ddaf60e
chore: prepare embassy-executor 0.8 release
2025-07-31 10:33:14 +02:00
Ralph Ursprung
98595f659c
embassy-time: add missing Debug & defmt::Format derives
...
`defmt::Format` is *not* implemented for `MockDriver` and
`InnerMockDriver` because the former contains the latter and the latter
is using `Queue` from `embassy-time-queue-utils` which so far does not
have a `defmt` dependency. since this is just a mock driver it shouldn't
be relevant if it has no `defmt::Format` impl.
2025-07-28 15:44:21 +02:00
Dániel Buga
ab8ca3f126
Rename ETQD, bump date
2024-12-22 21:00:23 +01:00