Skip to content

Commit e45786d

Browse files
djiatsaf-stjhedberg
authored andcommitted
tests: drivers: stm32_clock_configuration: allow nucleo_h753zi to run in CI
enable sample to run in CI on nucleo_h753zi. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 51af2d7 commit e45786d

File tree

1 file changed

+21
-7
lines changed
  • tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core

1 file changed

+21
-7
lines changed

tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/testcase.yaml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,52 @@ common:
55
tests:
66
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_96:
77
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_hse_96.overlay"
8-
platform_allow: nucleo_h743zi
8+
platform_allow:
9+
- nucleo_h743zi
10+
- nucleo_h753zi
911
integration_platforms:
1012
- nucleo_h753zi
1113
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hsi_96:
1214
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_hsi_96.overlay"
13-
platform_allow: nucleo_h743zi
15+
platform_allow:
16+
- nucleo_h743zi
17+
- nucleo_h753zi
1418
integration_platforms:
1519
- nucleo_h753zi
1620
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hsi_64:
1721
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hsi_64.overlay"
18-
platform_allow: nucleo_h743zi
22+
platform_allow:
23+
- nucleo_h743zi
24+
- nucleo_h753zi
1925
integration_platforms:
2026
- nucleo_h753zi
2127
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_csi_4:
2228
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/csi_4.overlay"
23-
platform_allow: nucleo_h743zi
29+
platform_allow:
30+
- nucleo_h743zi
31+
- nucleo_h753zi
2432
integration_platforms:
2533
- nucleo_h753zi
2634
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8:
2735
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hse_8.overlay"
28-
platform_allow: nucleo_h743zi
36+
platform_allow:
37+
- nucleo_h743zi
38+
- nucleo_h753zi
2939
integration_platforms:
3040
- nucleo_h753zi
3141
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8_css:
3242
extra_args:
3343
DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hse_8.overlay;boards/hse_css.overlay"
34-
platform_allow: nucleo_h743zi
44+
platform_allow:
45+
- nucleo_h743zi
46+
- nucleo_h753zi
3547
integration_platforms:
3648
- nucleo_h753zi
3749
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_csi_96:
3850
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_csi_96.overlay"
39-
platform_allow: nucleo_h743zi
51+
platform_allow:
52+
- nucleo_h743zi
53+
- nucleo_h753zi
4054
integration_platforms:
4155
- nucleo_h753zi
4256
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_550:

0 commit comments

Comments
 (0)