zephyr/tests
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
..
application_development
arch tests: arch: arm: irq_advanced_features: add support for Arty Cortex-M1 2020-08-14 13:35:39 -05:00
benchmarks
bluetooth
boards
crypto tests: tinycrypt_hmac_prng: exclude MEC1501-based boards 2020-08-20 14:56:10 -04:00
deprecated
drivers tests: gpio_basic_api: disconnect output in initial setup 2020-08-19 19:18:43 -04:00
kernel tests: tests/kernel/device modify yaml config 2020-08-19 09:34:28 -04:00
lib tests: lib: fdtable: Fix missing check on returned fd 2020-08-19 09:32:34 +02:00
misc/test_build
net net: route: multicast routing feature 2020-08-19 09:46:25 -04:00
portability
posix
shell shell: fix possible deadlock in shell_fprintf 2020-08-18 10:44:35 -04:00
subsys test: power: Test cases for power subsystem 2020-08-20 09:20:14 -04:00
unit
ztest