forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter: Set special stack size for ecc_dsa debug
When the debug option is enabled ECC DSA test doesn't have enough stack space so qemu fails. Adding double stack size for special case of qemu and CONFIG_DEBUG. Jira: ZEP-1066 Change-Id: Ib14d853de2b1c755a6171787845433648d61b75b Signed-off-by: Genaro Saucedo Tejada <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
|
||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_SHA256=y | ||
CONFIG_TINYCRYPT_ECC_DH=y | ||
CONFIG_TINYCRYPT_ECC_DSA=y | ||
|
||
CONFIG_MAIN_STACK_SIZE=4096 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters