Make sure the underlying allocation system can support an allocation request generated by the new operator which has stricter alignment requirements than the default. For G++, this ends up using the 'memalign' function which is not part of any C standard. Signed-off-by: Keith Packard <keithp@keithp.com>
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
CONFIG_CPP=y
|
|
CONFIG_STD_CPP17=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACK_SIZE=5120
|
|
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=32768
|
|
CONFIG_ZTEST_NEW_API=y
|