mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:49:47 +01:00
20e68fbb68
With this commit xtimer will always be implemented with ztimer. The default compat layer will be ztimer_xtimer_compat, so xtimer calls will be inlined to ZTIMER_USEC, or ZTIMER64_USEC when the 64bit xtimer API is required. This can be reverted by adding 'xtimer_no_ztimer_default' module to a build. |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
xtimer_core.c | ||
xtimer.c |