examples/javascript: increase main stack for non-native
This commit is contained in:
parent
3a9d91a9bb
commit
1e0c49ab65
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user