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 7c3360e4d6 sys/ztimer: add 'ztimer_no_periph_rtt'
This is a temporary fix for Issue #17060. It allows to disable
auto inclusion of `ztimer_periph_rtt` in cases where another
module or application requires direct access.

Limitations:
- as ifeq are involved order of inclusion matters, therefore
  these modules should be included early in the build at application
  level and not in modules `Makefile.dep`
- this does not disallow direct inclusions of `ztimer_periph_rtt`,
  since this only disables auto inclusion of these modules

This is a temporary solution since this is already possible with
Kconfig, but not in make.
2021-12-02 07:54:38 +01:00
..
auto_init.c ztimer: Use auto_init for manual init in bootloaders 2021-10-25 22:24:07 +02:00
convert_frac.c sys/ztimer: convert clock do not require pm 2021-06-21 13:56:03 +02:00
convert_muldiv64.c sys/ztimer: uncrustify 2020-05-11 16:43:50 +02:00
convert_shift.c sys/ztimer: add missing inttypes.h includes 2020-11-26 13:43:13 +01:00
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
Kconfig sys/ztimer: add 'ztimer_no_periph_rtt' 2021-12-02 07:54:38 +01:00
Makefile sys/ztimer: add ztimer_periodic 2020-09-29 23:04:39 +02:00
Makefile.dep sys/ztimer: add 'ztimer_no_periph_rtt' 2021-12-02 07:54:38 +01:00
Makefile.include cpu/fe310: fix RTT frequency 2021-07-02 14:53:22 +02:00
mock.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
overhead.c sys/ztimer: make ztimer_overhead() return signed value (int32_t) 2020-03-10 12:23:33 +01:00
periodic.c sys/*: remove unused assert.h include 2020-10-22 11:29:27 +02:00
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 sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
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