Browse Source

tests: boot: add Espressif boards to MCUboot test case

Include all supported Espressif SoC variants in the MCUboot
test suite to ensure proper CI coverage.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
pull/88157/merge
Sylvio Alves 3 weeks ago committed by Dan Kalowsky
parent
commit
ae3fb6e091
  1. 6
      tests/boot/test_mcuboot/testcase.yaml

6
tests/boot/test_mcuboot/testcase.yaml

@ -49,6 +49,12 @@ tests: @@ -49,6 +49,12 @@ tests:
- nrf52840dk/nrf52840
- rd_rw612_bga
- nucleo_wba55cg
- esp32_devkitc/esp32/procpu
- esp32s2_saola
- esp32s3_devkitm/esp32s3/procpu
- esp32c3_devkitm
- esp32c6_devkitc/esp32c6/hpcore
- esp8684_devkitm
integration_platforms:
- frdm_k64f
- nrf52840dk/nrf52840

Loading…
Cancel
Save