examples/javascript: increase main stack for non-native

This commit is contained in:
smlng 2018-01-09 10:25:31 +01:00
parent 3a9d91a9bb
commit 1e0c49ab65

View File

@ -21,8 +21,10 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
# development process: # development process:
DEVELHELP ?= 1 DEVELHELP ?= 1
ifneq ($(BOARD),native)
# Set stack size to something (conservatively) enormous # Set stack size to something (conservatively) enormous
CFLAGS += -DTHREAD_STACKSIZE_MAIN=9092 CFLAGS += -DTHREAD_STACKSIZE_MAIN=9092
endif
# Add the package for Jerryscript # Add the package for Jerryscript
USEPKG += jerryscript USEPKG += jerryscript