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>
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
CONFIG_MULTITHREADING=y
|
|
CONFIG_NUM_COOP_PRIORITIES=16
|
|
CONFIG_NUM_METAIRQ_PRIORITIES=0
|
|
|
|
CONFIG_ERRNO=n
|
|
CONFIG_SCHED_SIMPLE=y
|
|
CONFIG_WAITQ_SIMPLE=y
|