mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00
634 B
634 B
Changelog for embassy-time-queue-driver
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
- Added
integrated-timers
andgeneric-queue-N
features - Added
queue_generic
module which containsQueue
(configured via thegeneric-queue-N
features) andConstGenericQueue<SIZE>
. - Added
GenericTimerQueue
andGlobalTimerQueue
structs that can be used to implement timer queues.
0.1.0 - 2024-01-11
Initial release