zephyr/drivers/watchdog
Tomasz Bursztyka 1b28cb0ff1 drivers/wdt: Rename STM32 IWDG files to follow naming rules
Basically, all driver file names should start with the driver type as
prefix: wdt_ in case of watchdogs here.

Maybe 'iwdg' keyword could be removed entirely, and also in function
names. However that is not the scope of this patch.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-06-04 15:34:55 -04:00
..
CMakeLists.txt drivers/wdt: Rename STM32 IWDG files to follow naming rules 2019-06-04 15:34:55 -04:00
Kconfig
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.mcux_wdog
Kconfig.nrfx
Kconfig.qmsi
Kconfig.sam drivers: watchdog: wdt_sam: use the generic disable option 2019-03-09 10:26:32 -05:00
Kconfig.sam0 drivers: watchdog: wdt_sam0: Convert Atmel SAM0 driver to the new API 2018-11-19 08:40:15 -06:00
Kconfig.stm32 kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
wdog_cmsdk_apb.c drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
wdt_esp32.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
wdt_iwdg_stm32.c drivers/wdt: Rename STM32 IWDG files to follow naming rules 2019-06-04 15:34:55 -04:00
wdt_iwdg_stm32.h drivers/wdt: Rename STM32 IWDG files to follow naming rules 2019-06-04 15:34:55 -04:00
wdt_mcux_wdog.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
wdt_nrfx.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
wdt_qmsi.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
wdt_sam.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
wdt_sam0.c drivers: watchdog: sam0: Check if timeout is valid 2019-05-08 11:52:22 -05:00