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:
parent
9b90f2a351
commit
bfa6a44746
9 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue