tests/mbedtls: Reduce MPU partition usage for picolibc
Disable the picolibc heap to avoid using one MPU partition. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
c17c459363
commit
5b845d60ba
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ tests:
|
|||
crypto.mbedtls:
|
||||
arch_exclude: riscv64
|
||||
platform_exclude: m2gl025_miv
|
||||
extra_configs:
|
||||
- CONFIG_PICOLIBC_HEAP_SIZE=0
|
||||
crypto.mbedtls.riscv64:
|
||||
arch_allow: riscv64
|
||||
extra_configs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue