mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:12:40 +00:00
No need for this here in this sample. Remove CONFIG_SCHED_MULTIQ which was added by mistake. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
293 B
YAML
16 lines
293 B
YAML
sample:
|
|
description: Hello World sample, the simplest Zephyr
|
|
application
|
|
name: hello world
|
|
platforms: all
|
|
common:
|
|
tags: samples
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello World! (.*)"
|
|
tests:
|
|
sample.helloworld:
|
|
tags: samples
|