Description
The new ztimer offers the pseudo-module ztimer_xtimer_compat that replaces all xtimer related API by ztimer functions. Since ztimer doesn't offer 64-bit timers, no replacement functions can be found for the xtimer_*64() functions.
In most cases, those 64-bit timers are used for long-running timers. However, the high precision is not required.
This issue tracks modules that require the 64-bit xtimer functions and are not compatible with ztimer_xtimer_compat. The highlighted modules are using the 64-bit implementation just for long-running timers (as far as I understand the code on the first glimpse ...).
sys
drivers
pkg
Description
The new ztimer offers the pseudo-module
ztimer_xtimer_compatthat replaces all xtimer related API by ztimer functions. Since ztimer doesn't offer 64-bit timers, no replacement functions can be found for thextimer_*64()functions.In most cases, those 64-bit timers are used for long-running timers. However, the high precision is not required.
This issue tracks modules that require the 64-bit xtimer functions and are not compatible with
ztimer_xtimer_compat. The highlighted modules are using the 64-bit implementation just for long-running timers (as far as I understand the code on the first glimpse ...).sys
event_timeoutfor non-sock timeouts #16668_sema_wait(sema_t *sema, int block, uint64_t us)sys/sema: allow to use ztimer and/or xtimer #15782 2021-04-12drivers
pkg