From 4b30c58d7062079ad14a990b552a7e8837345f07 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 26 Feb 2020 11:08:15 -0500 Subject: 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 -- cgit v1.2.3