tests: watchdog: enable wwdg for nucleo_g431rb and nucleo_f091rc

The stm32 wwdg driver was currently tested only on disco_l475_iot1.
Additionally add nucleo_f091rc, such that one board with an CM0 core is
tested. And add nucleo_g431rb, that one board is included that has
newer register mapping and a 128 prescaler.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
Thomas Stranger 2021-03-11 15:38:12 +01:00 committed by Carles Cufí
commit ef021c7b1f
6 changed files with 54 additions and 0 deletions

View file

@ -20,3 +20,4 @@ supported:
- counter
- spi
- dac
- watchdog

View file

@ -0,0 +1 @@
CONFIG_CLOCK_STM32_APB1_PRESCALER=4

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2021 Thomas Stranger
*
* SPDX-License-Identifier: Apache-2.0
*/
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2021 Thomas Stranger
*
* SPDX-License-Identifier: Apache-2.0
*/
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2021 Thomas Stranger
*
* SPDX-License-Identifier: Apache-2.0
*/
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2021 Thomas Stranger
*
* SPDX-License-Identifier: Apache-2.0
*/
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};