[Cryptech-Commits] [sw/stm32] 01/02: Some timing tests overflow the meagre 16K CLI task stack, so bump it up for that case.
git at cryptech.is
git at cryptech.is
Wed Feb 26 16:16:57 UTC 2020
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/stm32.
commit 4b30c58d7062079ad14a990b552a7e8837345f07
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Wed Feb 26 11:08:15 2020 -0500
Some timing tests overflow the meagre 16K CLI task stack, so bump it up for that case.
---
projects/hsm/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile
index 5e6c4bb..a2b7c0d 100644
--- a/projects/hsm/Makefile
+++ b/projects/hsm/Makefile
@@ -37,6 +37,7 @@ endif
ifdef DO_TIMING
CFLAGS += -DDO_TIMING
CFLAGS += -I../cli-test
+CFLAGS += -DCLI_STACK_SIZE=65536
OBJS += ../cli-test/mgmt-timing.o $(TOPLEVEL)/stm-dwt.o
LDFLAGS += -lm
endif
More information about the Commits
mailing list