aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-driver
Commit message (Collapse)AuthorAgeFilesLines
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-2/+4
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-5/+0
| | | | | | | | | * 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
* `embassy-time-driver`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
| | | | | | | | | | | this requires you to install [`cargo-release`]. note that this does not include a URL pointing to the diff on GitHub as is usually done in changelogs since `embassy` is a mono-repo and the GH UI doesn't offer a commit view per folder (see the [GH feature request] for this). [`cargo-release`]: https://crates.io/crates/cargo-release [GH feature request]: https://github.com/orgs/community/discussions/162131
* prepare changelog for `embassy-time-driver` v0.2.1Ralph Ursprung2025-07-081-0/+5
|
* add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is ↵Curly2025-04-303-0/+6
| | | | set to `SYSCLK`
* Allow inlining on time driver boundaryDániel Buga2025-02-031-0/+4
|
* Fix year in changelogLukáš Poláček2025-01-121-1/+1
|
* Release embassy-executor v0.7.0, embassy-time v0.4.0, embassy-time-driver ↵Dario Nieuwenhuis2025-01-021-1/+1
| | | | v0.2.0.
* fix embassy-time-driver examplePaul Sbarra2024-12-292-4/+9
|
* Rename ETQD, bump dateDániel Buga2024-12-222-2/+2
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-222-2/+2
|
* Add noteDániel Buga2024-12-161-0/+3
|
* Remove special handling of integrated timer queueDániel Buga2024-12-161-0/+6
|
* Update documentation and changelogsDániel Buga2024-12-152-20/+62
|
* Merge time-driver and time-queue-driver traits, make HALs own and handle the ↵Dario Nieuwenhuis2024-12-131-0/+17
| | | | queue.
* ChangelogDániel Buga2024-12-101-0/+14
|
* Refactor integrated-timersDániel Buga2024-12-101-132/+3
|
* rustfmtCharles Edward Gagnon2024-11-021-4/+4
|
* enhanced docs for time driverCharles Edward Gagnon2024-11-021-0/+8
|
* time-driver: clarify docs for set_alarm.Dario Nieuwenhuis2024-09-111-12/+40
|
* Fix a typoDániel Buga2024-08-281-1/+1
|
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+1
|
* time-driver: remove unused deps.Dario Nieuwenhuis2024-01-111-22/+0
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-1/+1
|
* time: split queue driver too, don't reexport drivers.Dario Nieuwenhuis2024-01-111-51/+0
|
* time: docs improvements, add ci.Dario Nieuwenhuis2024-01-112-13/+6
|
* time: split driver into a separate embassy-time-driver crate.Dario Nieuwenhuis2024-01-117-0/+1226