[TimestampTimer] Migrate to `miosix::getTime()` and deprecate it
This MR deprecates TimestampTimer
freeing up TIM2
to be used for other purposes. Hardware timer accesses have been removed: the implementation is now a wrapper of miosix::getTime()
returning microsecond timestamp values.
I made this MR target the miosix-2.7-new
branch to ease the review process to only include relevant commits, this will need to be changed before merging.
TODO before merge:
-
Merge Miosix 2.7 !243 (merged) -
Change merge request target branch to main
Edited by Niccolò Betto