mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 19:55:49 +00:00
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> |
||
---|---|---|
.. | ||
application_development | ||
benchmarks | ||
bluetooth | ||
boards | ||
booting/stub | ||
compliance | ||
crypto | ||
drivers | ||
include | ||
kernel | ||
lib | ||
misc/test_build | ||
net | ||
posix | ||
power | ||
shell | ||
subsys | ||
unit | ||
ztest | ||
CMakeLists.txt | ||
Kconfig |