mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +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
4 lines
101 B
TOML
4 lines
101 B
TOML
[alias]
|
|
xtask = "run --package xtask --"
|
|
xfmt = "xtask fmt-packages"
|
|
qa = "xtask run-example qa-test" |