1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/ztimer
Kaspar Schleiser dd218333c2 sys/ztimer: add xtimer_on_ztimer
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.
2020-03-04 12:44:03 +01:00
..
auto_init.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
convert_frac.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
convert_muldiv64.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
convert_shift.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
convert.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
core.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
Makefile sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
Makefile.dep sys/ztimer: add xtimer_on_ztimer 2020-03-04 12:44:03 +01:00
mock.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
overhead.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
periph_rtc.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
periph_rtt.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
periph_timer.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
util.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
xtimer2ztimer.cocci sys/ztimer: add coccinelle script for xtimer -> ztimer conversion 2020-03-04 12:44:02 +01:00