watchdog sample application not being built on Nordic devices #11779
Labels
area: Drivers
area: Watchdog
Watchdog
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: low
Low impact/importance bug
In PR #10377 the nrf infrastructure switched to using a device tree alias for watchdog, including changing the dts_fixup to use
DT_WDT_0_NAME
.Unfortunately the change was isolated to the Nordic driver code, with a consequence that
samples/drivers/watchdog
no longer builds on Nordic hardware. All other platforms that support watchdog are still usingCONFIG_WDT_0_NAME
, as does the driver API test application.The text was updated successfully, but these errors were encountered: