tests,samples: Fix picolibc malloc arena settings

With picolibc moving to using the common malloc implementation, samples and
tests with picolibc-specific settings need to switch to using the common
malloc settings instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-05-01 10:43:58 -07:00 committed by Stephanos Ioannidis
commit bfa6a44746
9 changed files with 8 additions and 10 deletions

View file

@ -7,5 +7,5 @@ tests:
crypto.mbedtls:
platform_exclude: m2gl025_miv
extra_configs:
- CONFIG_PICOLIBC_HEAP_SIZE=0
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
- arch:riscv64:CONFIG_ZTEST_STACK_SIZE=8192