incubator-nuttx/drivers/timers
hejianliang3 e88a49007d timers/watchdog: fix build warning
drivers/timers/watchdog.c:57:5: warning: "CONFIG_WATCHDOG_AUTOMONITOR_PING_INTERVAL" is not defined, evaluates to 0 [-Wundef]
   57 |     CONFIG_WATCHDOG_AUTOMONITOR_PING_INTERVAL)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: hejianliang3 <hejianliang3@xiaomi.com>
Signed-off-by: chao.an <anchao@xiaomi.com>
2022-07-29 07:25:45 +02:00
..
Kconfig drivers/timers/capture.c: add support of pwm capture driver 2022-06-28 10:35:43 +08:00
Make.defs drivers/timers/capture.c: add support of pwm capture driver 2022-06-28 10:35:43 +08:00
arch_alarm.c arch: Add up_perf_getfreq function 2022-01-25 21:02:14 -03:00
arch_rtc.c drivers/timers: Add weak_function for up_ function 2022-01-25 13:35:05 +01:00
arch_timer.c nuttx: unify FAR attribute usage across the code 2022-04-04 21:32:58 +08:00
capture.c boards/stm32f4discovery: add setup of pwm capture device 2022-06-28 10:35:43 +08:00
cs2100-cp.c drivers: Author Gregory Nutt: update licenses to Apache 2021-03-04 18:32:27 -08:00
ds3231.c drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
ds3231.h drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
mcp794xx.c NuttX: Abdelatif Guettouche: update licenses to Apache 2021-04-01 12:13:12 -05:00
mcp794xx.h NuttX: Abdelatif Guettouche: update licenses to Apache 2021-04-01 12:13:12 -05:00
oneshot.c drivers: remove unimplemented open/close/ioctl interfaces 2022-04-15 16:56:25 +08:00
pcf85263.c drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
pcf85263.h drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
pwm.c file_operations: get back C89 compatible initializer 2022-01-11 02:14:00 +08:00
rpmsg_rtc.c rptun: add ns_match callback to resolve rptun deadlock 2022-07-27 20:36:51 +08:00
rtc.c clock: update clock_synchronize() to support with time 2022-01-18 22:48:15 +08:00
rx8010.c Add EPSON RX8010SJ I2C RTC timer support 2022-02-26 11:47:24 -03:00
rx8010.h Add EPSON RX8010SJ I2C RTC timer support 2022-02-26 11:47:24 -03:00
timer.c drivers/timers: rename oneshot to periodic notification parameter 2022-03-15 22:27:15 +08:00
watchdog.c timers/watchdog: fix build warning 2022-07-29 07:25:45 +02:00