1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 22:49:47 +01:00
RIOT/sys/xtimer
Francisco Molina 20e68fbb68 sys/xtimer: switch default backend to ztimer
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.
2022-03-18 08:23:00 +01:00
..
Kconfig sys/xtimer: switch default backend to ztimer 2022-03-18 08:23:00 +01:00
Makefile sys: xtimer: introduce new timer subsystem 2015-08-25 13:20:35 +02:00
Makefile.dep sys/xtimer: switch default backend to ztimer 2022-03-18 08:23:00 +01:00
xtimer_core.c sys/*: add missing include of assert.h 2020-10-22 11:13:09 +02:00
xtimer.c core/rmutex: use atomic utils 2022-01-14 09:52:17 +01:00