Improve naming of the scheduler and call it what it is: simple. Using 'dumb' for the default scheduler algorithm in Zephyr is a bad idea. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_NUM_PREEMPT_PRIORITIES=8
|
|
CONFIG_NUM_COOP_PRIORITIES=8
|
|
|
|
# Switch these between SIMPLE/SCALABLE (and SCHED_MULTIQ) to measure
|
|
# different backends
|
|
CONFIG_SCHED_SIMPLE=y
|
|
CONFIG_WAITQ_SIMPLE=y
|