zephyr/samples/cpp/hello_world/sample.yaml
Sylvio Alves b0bb6e1e9c samples: cpp: hello_world: add cpp target tag
Add missing 'cpp' tag to ensure consistent sample tagging.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2025-04-09 21:10:27 +02:00

27 lines
554 B
YAML

sample:
description: Hello World C++ sample, the simplest C++ Zephyr application
name: hello cpp world
common:
tags:
- introduction
- cpp
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