From 8a9b33729b4a0d71f1b12b9f9a08f791e4aed868 Mon Sep 17 00:00:00 2001 From: Guillaume Gautier Date: Wed, 23 Aug 2023 10:51:56 +0200 Subject: [PATCH] tests: drivers: watchdog: wdt_basic_api: add nucleo_wba52cg board Add Nucleo WBA52CG board in the allowed platform for STM32 watchdog tests Signed-off-by: Guillaume Gautier --- tests/drivers/watchdog/wdt_basic_api/testcase.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml index 7d128cd2001..4ea568ca15e 100644 --- a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml +++ b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml @@ -36,6 +36,7 @@ tests: - nucleo_u575zi_q - nucleo_c031c6 - stm32h573i_dk + - nucleo_wba52cg integration_platforms: - nucleo_f091rc drivers.watchdog.stm32wwdg_h7: @@ -68,6 +69,7 @@ tests: - nucleo_h743zi - nucleo_c031c6 - nucleo_h753zi + - nucleo_wba52cg integration_platforms: - nucleo_f091rc drivers.watchdog.mec15xxevb_assy6853: