File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed
tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -5,38 +5,52 @@ common:
5
5
tests :
6
6
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_96 :
7
7
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
9
11
integration_platforms :
10
12
- nucleo_h753zi
11
13
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hsi_96 :
12
14
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
14
18
integration_platforms :
15
19
- nucleo_h753zi
16
20
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hsi_64 :
17
21
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
19
25
integration_platforms :
20
26
- nucleo_h753zi
21
27
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_csi_4 :
22
28
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
24
32
integration_platforms :
25
33
- nucleo_h753zi
26
34
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8 :
27
35
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
29
39
integration_platforms :
30
40
- nucleo_h753zi
31
41
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8_css :
32
42
extra_args :
33
43
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
35
47
integration_platforms :
36
48
- nucleo_h753zi
37
49
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_csi_96 :
38
50
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
40
54
integration_platforms :
41
55
- nucleo_h753zi
42
56
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_550 :
You can’t perform that action at this time.
0 commit comments