mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 01:45:56 +00:00
According to feedback received in ZEP-1130, decreasing the stack size in the prj.mdef file solves the RAM overflow issue reported by ISSM. Jira: ZEP-1130 Change-Id: I761531e535a9e54ccd024b397d5d92d7666be817 Signed-off-by: Flavio Santes <flavio.santes@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
prj.mdef | ||
README.txt | ||
testcase.ini |
Title: test_hmac_prng Description: This test verifies that the TinyCrypt PRNG APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: This microkernel project outputs to the console. It can be built and executed on QEMU as follows: make qemu -------------------------------------------------------------------------------- Troubleshooting: Problems caused by out-dated project information can be addressed by issuing one of the following commands then rebuilding the project: make clean # discard results of previous builds # but keep existing configuration info or make pristine # discard results of previous builds # and restore pre-defined configuration info -------------------------------------------------------------------------------- Sample Output: tc_start() - Performing HMAC-PRNG tests: HMAC-PRNG test#1 (init, reseed, generate): HMAC-PRNG test#1 (init): =================================================================== PASS - main. HMAC-PRNG test#1 (reseed): =================================================================== PASS - main. HMAC-PRNG test#1 (generate): =================================================================== PASS - main. All HMAC tests succeeded! =================================================================== PASS - main. =================================================================== PROJECT EXECUTION SUCCESSFUL