tests/pthread_cooperation: nucleo-f334r8: reduce stack size
This commit is contained in:
parent
d8287eeffc
commit
4826867188
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# nucleo-f303k8 doesn't have enough RAM to run the test so we reduce the stack
|
# nucleo-f303k8 doesn't have enough RAM to run the test so we reduce the stack
|
||||||
# size for every thread
|
# size for every thread
|
||||||
ifneq (,$(filter nucleo-f303k8,$(BOARD)))
|
ifneq (,$(filter nucleo-f303k8 nucleo-f334r8,$(BOARD)))
|
||||||
CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=512
|
CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=512
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user