drivers: watchdog: Add shim for nrfx WDT driver
Changes add a translation layer to make nrfx WDT driver works with Zephyr API. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
This commit is contained in:
parent
83e4947cf1
commit
30a24e8ad0
8 changed files with 235 additions and 6 deletions
14
drivers/watchdog/Kconfig.nrfx
Normal file
14
drivers/watchdog/Kconfig.nrfx
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Kconfig - nrfx WDT support
|
||||
#
|
||||
# Copyright (c) 2018, Nordic Semiconductor ASA
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
menuconfig WDT_NRFX
|
||||
bool "nRF WDT nrfx driver"
|
||||
depends on SOC_FAMILY_NRF && CLOCK_CONTROL_NRF5
|
||||
select HAS_DTS_WDT
|
||||
select NRFX_WDT
|
||||
default n
|
||||
help
|
||||
Enable support for nrfx WDT driver for nRF MCU series.
|
Loading…
Add table
Add a link
Reference in a new issue