1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/ztimer
Francisco Molina d0758b5a7e sys/ztimer: remove double ztimer indirection
To avoid confusions between `auto_init_ztimer` and `ztimer_auto_init`
rename `ztimer_auto_init` to `ztimer_init`.

This allows for similar handling as `saul_init_devs` and
`auto_init_devs`. Dependencies are therefore done against the USEMODULE
and not DEFAULT_MODULE or checking DISABLE_MODULE. For this, both
`ztimer_init` and `auto_init_ztimer` are added to DEFAULT_MODULE and
both need disabling if the user does not want that module in.

With this, the comment in Kconfig no longer applies.
2021-11-25 11:26:34 +01:00
..
convert_frac.c sys/ztimer: convert clock do not require pm 2021-06-21 13:56:03 +02:00
convert_muldiv64.c
convert_shift.c
convert.c sys/ztimer: convert clock do not require pm 2021-06-21 13:56:03 +02:00
core.c sys/ztimer: make internal head update static 2021-11-18 13:45:49 +01:00
init.c sys/ztimer: remove double ztimer indirection 2021-11-25 11:26:34 +01:00
Kconfig sys/ztimer: remove double ztimer indirection 2021-11-25 11:26:34 +01:00
Makefile
Makefile.dep sys/ztimer: remove double ztimer indirection 2021-11-25 11:26:34 +01:00
Makefile.include cpu/fe310: fix RTT frequency 2021-07-02 14:53:22 +02:00
mock.c
overhead.c
periodic.c
periph_ptp.c sys/ztimer: add periph_ptp backend 2021-03-28 15:50:19 +02:00
periph_rtc.c ztimer/periph_rtc: intialize struct tm to avoid TZ and IDST problems 2021-04-01 18:19:15 +02:00
periph_rtt.c
periph_timer.c ztimer: apply uncrustify patches 2021-02-02 22:21:15 +01:00
util.c ztimer: apply uncrustify patches 2021-02-02 22:21:15 +01:00
xtimer2ztimer.cocci sys/ztimer/xtimer2ztimer.cocci: extend and fix api replacements 2021-11-18 18:27:23 +01:00