After doing some tests on Armv8R aarch64 board, the used stack memory exceeds the stack size for about 64 bytes. Extending ZTEST_STACKSIZE to 5120 can fix it. Signed-off-by: Jaxson Han <jaxson.han@arm.com>
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
CONFIG_CPLUSPLUS=y
|
|
CONFIG_LIB_CPLUSPLUS=y
|
|
CONFIG_STD_CPP17=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACKSIZE=5120
|