c1849d10c3
This commit increases the heap size for the newlib nano test to 2048, which is the recommended minimum required to ensure proper operation (see #35799). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_NEWLIB_LIBC_NANO=y
|
|
CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=2048
|
|
CONFIG_TEST_USERSPACE=y
|