A scheduler fix for free memory usage on aborted threads is now using a per-CPU dummy thread instead of a single stack-based one at startup. These static thread objects need spots in the kobj bitmasks, and a few tests are sitting right at the default limit (16 threads). Signed-off-by: Andy Ross <andyross@google.com>
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_ZTEST_FATAL_HOOK=y
|
|
CONFIG_MAX_THREAD_BYTES=3
|