mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
22f882d335
The MPU based stack guard is very unpleased by the stack overflow happening during the test. The increase in stack size makes the MPU stack guard happy again.
15 lines
323 B
Makefile
15 lines
323 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += utensor
|
|
|
|
# Include input data as blob
|
|
BLOBS += digit
|
|
|
|
# Include C++ model and training weights code as an external module
|
|
USEMODULE += models
|
|
EXTERNAL_MODULE_DIRS += external_modules
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
|