1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/ztimer
Marian Buschsieweke 16df27c51d
makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS
This allows including C headers from C++. It sadly reduced the
diagnostics on C++ code as well, were there warning may make sense as
unintended side effect. We may be able to drop that later on, when more
C APIs are properly wrapped in native C++ APIs, so that C headers do no
longer need to be compatible with C++ compilers.
2022-10-27 14:28:06 +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 Merge pull request #17409 from kaspar030/ztimer_no_timer_fix 2021-12-17 23:27:04 +01:00
init.c sys/ztimer: add LPTIMER auto init 2022-09-15 11:26:22 +02:00
Kconfig sys/xtimer: prefer ztimer_xtimer_compat 2022-03-17 14:37:40 +01:00
Makefile makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS 2022-10-27 14:28:06 +02:00
Makefile.dep Merge pull request #17811 from fjmolinas/pr_xtimer_dep_rework_simple 2022-03-18 08:17:24 +01:00
Makefile.include sys/ztimer: add ztimer_periph_rtt module conflict warning 2021-12-02 07:54:38 +01:00
mock.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
overhead.c sys/ztimer: add auto_adjust module 2022-02-18 13:07:49 +01:00
periodic.c ztimer_periodic: make callback function return bool 2021-12-08 00:10:55 +01: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 sys/ztimer: add ZTIMER_PERIPH_TIMER_OFFSET 2021-12-07 11:06:07 +01:00
util.c ztimer: initialized un-initialized timer objects 2022-03-28 16:57:20 +02:00
xtimer2ztimer.cocci sys/ztimer/xtimer2ztimer.cocci: extend and fix api replacements 2021-11-18 18:27:23 +01:00