zephyr/samples/sysbuild/with_mcuboot/sample.yaml
Lucas Tamborrino c6f84d0ba2 boards: espressif: esp32c6: Add LP Core board support
Add ULP Coprocessor board support for C6.
This requires a change in the board qualifier depending on the build
target.
Update esp32c6 overlay and configuration files to the proper name.

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
2025-03-21 17:05:20 +01:00

31 lines
904 B
YAML

sample:
description: Sample with MCUboot built through sysbuild
name: with mcuboot
tests:
sample.sysbuild.with_mcuboot:
sysbuild: true
# Platform allowed is used as twister using sysbuild still lacks proper
# filtering support, see discussion in #49552.
platform_allow:
- reel_board
- nrf52840dk/nrf52840
- esp32_devkitc_wrover/esp32/procpu
- esp32s2_devkitc
- esp32s3_devkitm/esp32s3/procpu
- esp32c3_devkitm
- esp32c6_devkitc/esp32c6/hpcore
integration_platforms:
- nrf52840dk/nrf52840
- esp32_devkitc_wrover/esp32/procpu
- esp32s2_devkitc
- esp32s3_devkitm/esp32s3/procpu
- esp32c3_devkitm
- esp32c6_devkitc/esp32c6/hpcore
tags: mcuboot
harness: console
harness_config:
type: multi_line
regex:
- "Address of sample(.*)"
- "Hello sysbuild with mcuboot!(.*)"