Closed
Description
We have some extension traits, which define times and frequencies in src/time.rs
.
This module is mostly a 1:1 copy, which can be found in almost every stm32f*-hal
.
It mostly used internally, but gets also exposed, to configured clocks and timers.
Wouldn't it be nicer to use embedded-time
to replace the current time
module?
Maybe we can leverage some more features of this crate.