1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/bootloaders
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
..
riotboot riotboot: factor out common Makefile parts 2021-07-20 22:51:56 +02:00
riotboot_dfu sys/ztimer: remove double ztimer indirection 2021-11-25 11:26:34 +01:00
riotboot_serial sys/riotboot doc: Minor fixes 2021-10-20 19:00:18 +02:00
doc.txt doc: Make bootloaders visible in modules 2021-02-18 14:56:20 +01:00
riotboot_common.mk riotboot: factor out common Makefile parts 2021-07-20 22:51:56 +02:00