mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 02:35:22 +00:00
Add driver for CMSDK (Cortex-M System Design Kit) APB WDOG. This device uses NMI as interrupt hence it requires Runtime NMI (CONFIG_RUNTIME_NMI) to be configured in the platform. Tested with drivers/watchdog sample application. Jira: ZEP-1300 Change-Id: Ib318047109af81e32060e80d456ef3873fd380ea Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
4 lines
127 B
Makefile
4 lines
127 B
Makefile
obj-$(CONFIG_WDT_QMSI) += wdt_qmsi.o
|
|
obj-$(CONFIG_IWDG_STM32) += iwdg_stm32.o
|
|
obj-$(CONFIG_WDOG_CMSDK_APB) += wdog_cmsdk_apb.o
|