mirror of
https://github.com/gosticks/RIOT.git
synced 2026-08-19 00:10:21 +00:00
This commit adds logic to make xtimer use ztimer_usec as backend (instead of periph_timer). This allows ztimer_usec and xtimer to coexist. It also allows xtimer to profit from eventually implemented power mode blocking in ztimer's periph_timer backend.