zephyr/tests/kernel/workq/work_queue/prj.conf
Piotr Zięcik 19d8349aa5 kernel: Introduce k_work_poll
This commit adds new k_work_poll interface. It allows to
submit given work to a workqueue automatically when one of the
watched pollable objects changes its state.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-10-04 17:15:17 +02:00

8 lines
187 B
Plaintext

CONFIG_ZTEST=y
CONFIG_QEMU_TICKLESS_WORKAROUND=y
CONFIG_POLL=y
# Not a single test case here is SMP-safe. Save the cycles needed for
# all the ztest_1cpu spinning.
CONFIG_MP_NUM_CPUS=1