This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
4e40b843e4
zephyr
/
tests
/
crypto
/
sha256
/
prj.conf
4 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add initial import of TinyCrypt crypto library and tests Change-Id: I89b8db6925385dd02e95e0401bc42f32543e0daf Signed-off-by: Constanza Heath <constanza.m.heath@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-08-22 07:16:58 +08:00
CONFIG_TINYCRYPT=y
CONFIG_TINYCRYPT_SHA256=y
unified/tests: Adapt test_sha256 for unified kernel Unified kernel invokes main() function in the init thread. This eliminates the need for a separate thread for the test. Change-Id: I4e6c4f212615d2135adf7971df32db1ad392c0e2 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-10-28 03:28:38 +08:00
CONFIG_MAIN_STACK_SIZE=40960