zephyr/tests/kernel/sched/schedule_api
Andy Ross dd33b37eff tests/sched/scheduler_api: samples/philosophers: Use SCHED_SCALABLE
These two tests ask for lots of priority levels, more than the 32
maximum allowed by SCHED_MULTIQ (which is by design: if you have
requirements like that DUMB or SCALABLE are better choices due to the
RAM overhead of MULTIQ), so the build will fail on boards that defined
MULTIQ as default.

Don't let the platform choose the scheduler backend, ask for SCALABLE
explicitly.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-07-03 17:09:15 -04:00
..
src tests: Fix sizing for several test for chips with 24KB of RAM 2018-06-25 19:34:33 +02:00
CMakeLists.txt
prj.conf tests/sched/scheduler_api: samples/philosophers: Use SCHED_SCALABLE 2018-07-03 17:09:15 -04:00
testcase.yaml tests: schedule_api: change category to sched 2018-05-28 08:52:46 -04:00