zephyr/tests/lib/newlib/thread_safety/prj_userspace.conf
Stephanos Ioannidis fa7959c197 tests: newlib: thread_safety: Disable minimum newlib heap size check
This commit disables the "minimum required newlib heap size" check for
the newlib thread safety tests since they do not make use of any newlib
functions that require large heap.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2021-09-08 10:32:45 -04:00

10 lines
213 B
Plaintext

CONFIG_ZTEST=y
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=n
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=0
CONFIG_TIMESLICE_SIZE=1
CONFIG_TEST_USERSPACE=y
CONFIG_MAX_THREAD_BYTES=10
CONFIG_HEAP_MEM_POOL_SIZE=2048