1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18952 from maribu/tests/pkg_utensor

tests/pkg_utensor: increase main threads stack size
This commit is contained in:
Alexandre Abadie 2022-11-23 14:54:34 +01:00 committed by GitHub
commit a87a066762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,4 @@ EXTERNAL_MODULE_DIRS += external_modules
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
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE