zephyr/tests/kernel/workq/work/prj.conf
Peter Bigot b706a5e999 kernel: remove old work queue implementation
Now that the old API has been reimplemented with the new API remove
the old implementation and its tests.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-03-03 20:06:00 -05:00

11 lines
269 B
Plaintext

CONFIG_ZTEST=y
CONFIG_IRQ_OFFLOAD=y
CONFIG_HEAP_MEM_POOL_SIZE=1024
CONFIG_THREAD_NAME=y
CONFIG_THREAD_NAME=y
# Coop [-4, 0), preempt [0, 4)
CONFIG_NUM_COOP_PRIORITIES=4
CONFIG_NUM_PREEMPT_PRIORITIES=4
CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-3
CONFIG_ZTEST_THREAD_PRIORITY=-2