As FPU enalbed the printf code size is changed, so increase main stack size to make test pass on NXP RT platforms Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_FPU=y
|
|
CONFIG_FPU_SHARING=y
|
|
CONFIG_CBPRINTF_NANO=y
|
|
CONFIG_MAIN_STACK_SIZE=1024
|