diff options
| author | 1-rafael-1 <[email protected]> | 2025-09-15 20:07:18 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-09-15 20:07:18 +0200 |
| commit | 6bb3d2c0720fa082f27d3cdb70f516058497ec87 (patch) | |
| tree | 5a1e255cff999b00800f203b91a759c720c973e5 /embassy-executor-timer-queue/README.md | |
| parent | eb685574601d98c44faed9a3534d056199b46e20 (diff) | |
| parent | 92a6fd2946f2cbb15359290f68aa360953da2ff7 (diff) | |
Merge branch 'main' into rp2040-rtc-alarm
Diffstat (limited to 'embassy-executor-timer-queue/README.md')
| -rw-r--r-- | embassy-executor-timer-queue/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/embassy-executor-timer-queue/README.md b/embassy-executor-timer-queue/README.md new file mode 100644 index 000000000..602aca7b1 --- /dev/null +++ b/embassy-executor-timer-queue/README.md | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # embassy-executor-time-queue | ||
| 2 | |||
| 3 | This crate defines the timer queue item that embassy-executor provides, and a way to access it, for | ||
| 4 | executor-integrated timer queues. The crate decouples the release cycle of embassy-executor from | ||
| 5 | that of the queue implementations'. | ||
| 6 | |||
| 7 | As a HAL implementer, you only need to depend on this crate if you want to implement executor-integrated | ||
| 8 | timer queues yourself, without using [`embassy-time-queue-utils`](https://crates.io/crates/embassy-time-queue-utils). | ||
| 9 | |||
| 10 | As a HAL user, you should not need to depend on this crate. | ||
