tests: drivers: watchdog on stm32 nucleo board
Configure nucleo_f429 boards with overlay to execute the tests/drivers/watchdog/wdt_basic_api Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
7f7abe2889
commit
28fa1761c2
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2022 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&wwdg {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&iwdg {
|
||||
status = "disabled";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue