zephyr/drivers/watchdog
Anas Nashif 49b36ead95 drivers: add mising braces to single line if statements
Following zephyr's style guideline, all if statements, including single
line statements shall have braces.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-07-06 11:00:45 -04:00
..
CMakeLists.txt drivers: watchdog: Add Raspberry Pi Pico watchdog driver 2022-07-06 10:52:29 +02:00
Kconfig drivers: watchdog: Add Raspberry Pi Pico watchdog driver 2022-07-06 10:52:29 +02:00
Kconfig.cc32xx drivers: watchdog: cc32xx: Add support 2021-02-24 08:35:27 -06:00
Kconfig.cmsdk_apb drivers: watchdog: cmsdk_apb: Drop dependency 2022-06-08 15:57:01 -05:00
Kconfig.esp32 drivers: watchdog: esp32: enabled esp32c3 2021-11-08 10:56:28 -05:00
Kconfig.gecko drivers/watchdog: Add support for SiLabs Gecko Watchdog 2020-02-03 11:25:40 -08:00
Kconfig.it8xxx2 drivers: watchdog: it8xxx2: Prevent Kconfig option being wrongly shown 2022-04-28 14:18:16 +02:00
Kconfig.mcux drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
Kconfig.mcux_imx watchdog: Add watchdog driver 2020-10-23 12:52:13 +02:00
Kconfig.npcx drivers: wdt: add watchdog driver support for NPCX7 series. 2021-01-15 11:27:10 -05:00
Kconfig.nrfx soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options 2022-04-02 15:14:38 +02:00
Kconfig.rpi_pico drivers: watchdog: Add Raspberry Pi Pico watchdog driver 2022-07-06 10:52:29 +02:00
Kconfig.sam watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.sam0 watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.sifive drivers: watchdog: implement SiFive FE310 watchdog driver 2021-01-14 21:31:05 -06:00
Kconfig.stm32 drivers/watchdog: stm32: Select watchdog using compatible 2021-02-02 08:15:51 -05:00
Kconfig.xec watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
wdt_cc32xx.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_cmsdk_apb.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_counter.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_esp32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_gecko.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_ite_it8xxx2.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_iwdg_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_iwdg_stm32.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
wdt_mchp_xec.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_mcux_imx_wdog.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_mcux_wdog.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_mcux_wdog32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_mcux_wwdt.c boards: arm: Add wdog support on mimxrt595_evk 2022-06-13 12:10:57 +02:00
wdt_npcx.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
wdt_nrfx.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_rpi_pico.c drivers: watchdog: Add Raspberry Pi Pico watchdog driver 2022-07-06 10:52:29 +02:00
wdt_sam.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_sam0.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_sifive.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_wwdg_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
wdt_wwdg_stm32.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00