Skip to content

Commit df0e0f8

Browse files
lucien-nxpjhedberg
authored andcommitted
test: driver: watchdog: support rt1180 platform for wdt_basic_reset_none
Modify mcxw7x_ewm.overlay name to app_ewm.overlay, make overlay file more universal. Record mimxrt1180_evk platform into testcase.yaml. Signed-off-by: Lucien Zhao <[email protected]>
1 parent 0caeac7 commit df0e0f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tests/drivers/watchdog/wdt_basic_reset_none/testcase.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ tests:
1515
platform_allow:
1616
- frdm_mcxw71
1717
- frdm_mcxw72/mcxw727c/cpu0
18+
- mimxrt1180_evk/mimxrt1189/cm33
19+
- mimxrt1180_evk/mimxrt1189/cm7
1820
integration_platforms:
1921
- frdm_mcxw71
20-
extra_args: DTC_OVERLAY_FILE="boards/mcxw7x_ewm.overlay"
22+
- frdm_mcxw72/mcxw727c/cpu0
23+
- mimxrt1180_evk/mimxrt1189/cm33
24+
- mimxrt1180_evk/mimxrt1189/cm7
25+
extra_args: DTC_OVERLAY_FILE="boards/app_ewm.overlay"
2126
extra_configs:
2227
- CONFIG_TEST_WDT_MAX_WINDOW_TIME=254
2328
- CONFIG_TEST_WDT_SLEEP_TIME=68

0 commit comments

Comments
 (0)