This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
37b1d1eb55
zephyr
/
drivers
/
watchdog
/
Makefile
3 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2015-11-27 21:18:37 +08:00
obj-$(CONFIG_WDT_QMSI)
+=
wdt_qmsi.o
watchdog/iwdg_stm32: add driver for STM32 Independent Watchdog (IWDG) Add a driver for Independent Watchdog (IWDG) commonly found in STM32 MCUs. The driver has been tested on STM32F1 family MCU. Change-Id: Idc6ac35990e46901a206b4af0ce3767eb4875de9 Origin: Original Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com>
2016-03-16 19:54:03 +08:00
obj-$(CONFIG_IWDG_STM32)
+=
iwdg_stm32.o