zephyr/tests/crypto/mbedtls/testcase.yaml
Ryan QIAN 46289bed0c tests: change the min_ram for mbedtls and mem_protect
- Change the min_ram to 36K, since they can't be built on RT1015 which
has 32K ram.

Signed-off-by: Ryan QIAN <jianghao.qian@nxp.com>
2019-05-14 12:23:42 -05:00

9 lines
182 B
YAML

tests:
crypto.mbedtls:
filter: not CONFIG_DEBUG
platform_exclude: qemu_x86_64 # FIXME
min_flash: 65
min_ram: 36
tags: crypto mbedtls userspace
timeout: 200