16 lines
332 B
YAML
16 lines
332 B
YAML
common:
|
|
min_flash: 65
|
|
min_ram: 36
|
|
tags: crypto mbedtls userspace
|
|
timeout: 400
|
|
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:
|
|
- CONFIG_ZTEST_STACK_SIZE=8192
|