Skip to content

Commit b1156d0

Browse files
djiatsaf-stjhedberg
authored andcommitted
tests: drivers: add nucleo_h753zi as integration platform
remove nucleo_h743zi from integration_platform and replace with nucleo_h753zi. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent faa9918 commit b1156d0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

samples/drivers/watchdog/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tests:
7373
- nucleo_h755zi_q/stm32h755xx/m4
7474
- stm32h747i_disco/stm32h747xx/m4
7575
integration_platforms:
76-
- nucleo_h743zi
76+
- nucleo_h753zi
7777
sample.drivers.watchdog.stm32_iwdg:
7878
extra_args: DTC_OVERLAY_FILE=boards/stm32_iwdg.overlay
7979
filter: dt_compat_enabled("st,stm32-watchdog")

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,38 @@ tests:
77
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_hse_96.overlay"
88
platform_allow: nucleo_h743zi
99
integration_platforms:
10-
- nucleo_h743zi
10+
- nucleo_h753zi
1111
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hsi_96:
1212
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_hsi_96.overlay"
1313
platform_allow: nucleo_h743zi
1414
integration_platforms:
15-
- nucleo_h743zi
15+
- nucleo_h753zi
1616
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hsi_64:
1717
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hsi_64.overlay"
1818
platform_allow: nucleo_h743zi
1919
integration_platforms:
20-
- nucleo_h743zi
20+
- nucleo_h753zi
2121
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_csi_4:
2222
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/csi_4.overlay"
2323
platform_allow: nucleo_h743zi
2424
integration_platforms:
25-
- nucleo_h743zi
25+
- nucleo_h753zi
2626
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8:
2727
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hse_8.overlay"
2828
platform_allow: nucleo_h743zi
2929
integration_platforms:
30-
- nucleo_h743zi
30+
- nucleo_h753zi
3131
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8_css:
3232
extra_args:
3333
DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hse_8.overlay;boards/hse_css.overlay"
3434
platform_allow: nucleo_h743zi
3535
integration_platforms:
36-
- nucleo_h743zi
36+
- nucleo_h753zi
3737
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_csi_96:
3838
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_csi_96.overlay"
3939
platform_allow: nucleo_h743zi
4040
integration_platforms:
41-
- nucleo_h743zi
41+
- nucleo_h753zi
4242
drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_550:
4343
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_hse_550.overlay"
4444
platform_allow:

tests/drivers/spi/spi_loopback/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tests:
8989
- nucleo_h745zi_q/stm32h745xx/m4
9090
- nucleo_h745zi_q/stm32h745xx/m7
9191
integration_platforms:
92-
- nucleo_h743zi
92+
- nucleo_h753zi
9393
drivers.spi.stm32_spi_interrupt.loopback:
9494
extra_args: EXTRA_CONF_FILE="overlay-stm32-spi-interrupt.conf"
9595
platform_allow:

tests/drivers/uart/uart_async_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tests:
3737
arch_allow: arm
3838
platform_allow: nucleo_h743zi
3939
integration_platforms:
40-
- nucleo_h743zi
40+
- nucleo_h753zi
4141
drivers.uart.async_api.nrf_uart:
4242
filter: CONFIG_SERIAL_SUPPORT_ASYNC
4343
harness: ztest

tests/drivers/uart/uart_basic_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tests:
1818
arch_allow: arm
1919
platform_allow: nucleo_h743zi
2020
integration_platforms:
21-
- nucleo_h743zi
21+
- nucleo_h753zi
2222
extra_args: DTC_OVERLAY_FILE="boards/nucleo_h743zi.overlay"
2323
drivers.uart.basic_api.poll:
2424
extra_args: CONF_FILE=prj_poll.conf

0 commit comments

Comments
 (0)