zephyr/samples/cpp/hello_world/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

26 lines
577 B
YAML

sample:
description: Hello World C++ sample, the simplest C++ Zephyr application
name: hello cpp world
common:
tags: introduction
integration_platforms:
- qemu_riscv32
harness: console
harness_config:
type: one_line
regex:
- "Hello, C\\+\\+ world! (.*)"
tests:
sample.cpp.helloworld:
min_ram: 128
arch_exclude:
# See #66027
- xtensa
platform_exclude:
# See zephyrproject-rtos/sdk-ng#593
- qemu_x86
- intel_ish_5_4_1
- intel_ish_5_6_0
- intel_ish_5_8_0
- esp32c6_devkitc/esp32c6/lpcore