Merge pull request #15089 from aabadie/pr/tests/pkg_utensor_stacksize
tests/pkg_utensor: increase stacksize with LLVM build on ARM
This commit is contained in:
commit
70a014fc47
@ -10,3 +10,11 @@ USEMODULE += models
|
|||||||
EXTERNAL_MODULE_DIRS += $(CURDIR)/models
|
EXTERNAL_MODULE_DIRS += $(CURDIR)/models
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
|
# The application requires a little more stacksize on ARM when building with
|
||||||
|
# LLVM
|
||||||
|
ifneq (,$(filter arch_arm,$(FEATURES_USED)))
|
||||||
|
ifeq (llvm,$(TOOLCHAIN))
|
||||||
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=2048
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user