diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-12-15 18:17:00 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-12-15 18:17:00 +0200 |
commit | dd35fe7ca0e18af0286f89a20e5f743015d3dac5 (patch) | |
tree | a788d976e52b6e067512db34b6d79fa740f8de5e | |
parent | 6b19520a743ddafcdd1881582d4c90a9ea068610 (diff) |
zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run.
-rw-r--r-- | ports/zephyr/prj_base.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/prj_base.conf b/ports/zephyr/prj_base.conf index 58c65f14d..3858c0a02 100644 --- a/ports/zephyr/prj_base.conf +++ b/ports/zephyr/prj_base.conf @@ -12,7 +12,7 @@ CONFIG_CONSOLE_PUTCHAR_BUFSIZE=128 CONFIG_NEWLIB_LIBC=y CONFIG_FLOAT=y -CONFIG_MAIN_STACK_SIZE=4096 +CONFIG_MAIN_STACK_SIZE=4736 # Networking config CONFIG_NETWORKING=y |