mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00

* Rewrite time driver * Don't store priority * Changelog * Fix doc example * Use separate locks for Alarms * Mention generic queues * Cache the next wakeup timestamp * Immediately repoll if timestamp is in the past * Add benchmark * Remove equality check for now * Enable interrupts when allocating the alarm * Clean up * Use relaxed ordering * wut * Typo * Move benchmar * fmt