zephyr/drivers/watchdog
Andre Guedes 5c2dfcd53a watchdog: Introduce QMSI watchdog driver
This patch introduces the QMSI watchdog driver which is simply a shim
driver based on watchdog driver provided by QMSI BSP. This driver has
been tested with the latest version of QMSI BSP (1.0.0).

In order to enable this driver, the following options should be set:
CONFIG_QMSI_DRIVERS=y
CONFIG_QMSI_INSTALL_PATH="/path/to/libqmsi/directory"
CONFIG_WATCHDOG=y
CONFIG_WDT_QMSI=y

Change-Id: Id910fa7f8a0559bcd4746747d8ce4588a0c48589
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:16 -05:00
..
Kconfig watchdog: Introduce QMSI watchdog driver 2016-02-05 20:25:16 -05:00
Makefile watchdog: Introduce QMSI watchdog driver 2016-02-05 20:25:16 -05:00
wdt_dw.c Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
wdt_dw.h wdt: dw: Add support for optional clock gating 2016-02-05 20:24:58 -05:00
wdt_qmsi.c watchdog: Introduce QMSI watchdog driver 2016-02-05 20:25:16 -05:00
wdt_static_irq_stubs.S watchdog: Introduce QMSI watchdog driver 2016-02-05 20:25:16 -05:00