zephyr/samples/cpp/hello_world/sample.yaml
Christopher Friedt 574e641297 samples: cpp: add a Hello, world! C++ app
Create a separate hello world C++ app for Zephyr.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-01-17 09:56:34 +01:00

25 lines
538 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