zephyr/tests/crypto
Daniel Leung 16c4090487 tests: tinycrypt_hmac_prng: exclude MEC1501-based boards
MEC1501 SoC has 256KB of SRAM, but it is split into 224/32KB
for code and data, as each partition is optimized for
the access pattern. There the DTS only specifies 32KB as
data ram. The tinycrypt_hmac_prng test requires 40KB for
ztest stack. This obviously won't fit so exclude the boards
based on MEC1501 from the test.

Fixes #27572

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-08-20 14:56:10 -04:00
..
mbedtls tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
rand32 random: Include header where it is used 2020-07-08 21:05:36 -04:00
tinycrypt tests: tinycrypt: do not whitelist 2020-07-30 08:00:03 -04:00
tinycrypt_hmac_prng tests: tinycrypt_hmac_prng: exclude MEC1501-based boards 2020-08-20 14:56:10 -04:00