zephyr/tests/kernel/sched/metairq/prj.conf
Wolfgang Puffitsch 138be8e3d8 tests: Add test for MetaIRQ preemption of cooperative thread
Test that meta-IRQ returns to the cooperative thread it interrupted,
and not to whichever thread is highest priority at that point.

Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>
2019-11-15 17:10:36 -05:00

4 lines
68 B
Plaintext

CONFIG_ZTEST=y
CONFIG_MP_NUM_CPUS=1
CONFIG_NUM_METAIRQ_PRIORITIES=1