1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/ztimer
Karl Fessel aa770fdd8c ztimer/auto_init: restructure for flexibitily, pm for ZTIMER_SEC
MSEC and SEC are now usable on TIMER(0) without having USEC
pm is configured by used hardware
    OLD configuration values are translated for backward compatibility
prefer rtt for ZTIMER_SEC

avoid doing partial ztimer setup if auto_init_ztimer is disabled

before this patch some const pointers might have been definend to values
that a user who disables auto_init for ztimer does not like.
2021-04-01 18:19:01 +02:00
..
auto_init.c ztimer/auto_init: restructure for flexibitily, pm for ZTIMER_SEC 2021-04-01 18:19:01 +02:00
convert_frac.c ztimer: apply uncrustify patches 2021-02-02 22:21:15 +01: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: add missing inttypes.h includes 2020-11-26 13:43:13 +01:00
core.c ztimer: apply uncrustify patches 2021-02-02 22:21:15 +01:00
Kconfig sys/ztimer: add modules to Kconfig 2021-01-18 14:14:13 +01:00
Makefile sys/ztimer: add ztimer_periodic 2020-09-29 23:04:39 +02:00
Makefile.dep sys/ztimer: add ZTIMER_SEC 2021-03-08 15:11:53 +01: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_rtc.c ztimer: apply uncrustify patches 2021-02-02 22:21:15 +01: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: add coccinelle script for xtimer -> ztimer conversion 2020-03-04 12:44:02 +01:00