Skip to content

Commit fe64c9b

Browse files
committed
tests: boot: test_mcuboot: add stm32h573i_dk
Add stm32h573i_dk and the ext_flash_app board to the allowed boards for the mcuboot tests. Signed-off-by: Tim Pambor <[email protected]>
1 parent 417fcbf commit fe64c9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/boot/test_mcuboot/testcase.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,17 @@ tests:
5555
- esp32c6_devkitc/esp32c6/hpcore
5656
- esp8684_devkitm
5757
- stm32h750b_dk/stm32h750xx/ext_flash_app
58+
- stm32h573i_dk
59+
- stm32h573i_dk/stm32h573xx/ext_flash_app
5860
integration_platforms:
5961
- frdm_k64f
6062
- nrf52840dk/nrf52840
6163
bootloader.mcuboot.assert:
6264
platform_allow:
6365
- b_u585i_iot02a
6466
- stm32h750b_dk/stm32h750xx/ext_flash_app
67+
- stm32h573i_dk
68+
- stm32h573i_dk/stm32h573xx/ext_flash_app
6569
extra_configs:
6670
- CONFIG_ASSERT=y
6771
bootloader.mcuboot.swap_using_move:
@@ -71,6 +75,8 @@ tests:
7175
- nrf52840dk/nrf52840
7276
- nucleo_wba55cg
7377
- stm32h750b_dk/stm32h750xx/ext_flash_app
78+
- stm32h573i_dk
79+
- stm32h573i_dk/stm32h573xx/ext_flash_app
7480
integration_platforms:
7581
- frdm_k64f
7682
- nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)