commit | 16c40904877b438e1b0093ceb97030df7f46b40b | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Aug 19 09:57:07 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Aug 20 14:56:10 2020 -0400 |
tree | 47592ee5f475486e3459ee716469b348ad00c016 | |
parent | 96a39f00c2712daf526418d2d006e8b21eebdf37 [diff] |
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>