Closed jessebraham closed 5 months ago
This trait has been around since the 0.1 release of the eha, but didn't really need to implement it as embassy-time offers an impl based on the time driver impls. If we were to implement this we should impl on the following
Once https://github.com/esp-rs/esp-hal/issues/1063 is resolved we can revisit this issue.
This trait is implemented for SYSTIMER
directly, and is additionally implemented for OneShotTimer
; since the timer::timg
module still does not contain an asynch
module of its own, I'm just going to close this as "completed".
This trait as added in one of the alpha releases, and we never implemented it. This trait will need to be implemented in order to use future versions of
embassy
.SYSTIMER
(#812)TIMG