Skip to content

Commit ab266f1

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 cea8771 commit ab266f1

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
@@ -54,12 +54,16 @@ tests:
5454
- esp32c3_devkitm
5555
- esp32c6_devkitc/esp32c6/hpcore
5656
- esp8684_devkitm
57+
- stm32h573i_dk
58+
- stm32h573i_dk/stm32h573xx/ext_flash_app
5759
integration_platforms:
5860
- frdm_k64f
5961
- nrf52840dk/nrf52840
6062
bootloader.mcuboot.assert:
6163
platform_allow:
6264
- b_u585i_iot02a
65+
- stm32h573i_dk
66+
- stm32h573i_dk/stm32h573xx/ext_flash_app
6367
extra_configs:
6468
- CONFIG_ASSERT=y
6569
bootloader.mcuboot.swap_using_move:
@@ -68,6 +72,8 @@ tests:
6872
- nrf5340dk/nrf5340/cpuapp
6973
- nrf52840dk/nrf52840
7074
- nucleo_wba55cg
75+
- stm32h573i_dk
76+
- stm32h573i_dk/stm32h573xx/ext_flash_app
7177
integration_platforms:
7278
- frdm_k64f
7379
- nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)