zephyr/samples/kernel/metairq_dispatch/sample.yaml
Alberto Escolar Piedras ab7682ea06 samples/kernel/metairq_dispatch: Correct comment
Clarify comment about why this samples is skipped in
posix arch based targets.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-20 12:02:48 +01:00

25 lines
664 B
YAML

sample:
description: Sample demonstrating dispatch of hardware events from a
MetaIRQ thread
name: MetaIRQ Dispatch
common:
tags:
- kernel
integration_platforms:
- mps2_an385
- qemu_x86
harness: console
harness_config:
type: one_line
regex:
- "MetaIRQ Test Complete"
# Note that boards based on the POSIX architecture are filtered as they require
# instrumentation (e.g. a k_busy_wait()) inside the worker threads
# "busy" loops in order for the interrupts to fire on time, and the
# sample is designed to demonstrate completely arbitrary CPU work.
tests:
sample.kernel.metairq_dispatch:
arch_exclude:
- posix