Skip to content

Commit

Permalink
Revert "openvela/configs: Update INIT_STACKSIZE to 8192"
Browse files Browse the repository at this point in the history
This reverts commit 31509f7.
  • Loading branch information
JianyuWang0623 committed Jan 18, 2025
1 parent 7407e5a commit 6a69124
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CONFIG_EXAMPLES_POPEN=y
CONFIG_EXAMPLES_USRSOCKTEST=y
CONFIG_FS_AIO=y
CONFIG_FS_SHMFS=y
CONFIG_INIT_STACKSIZE=6144
CONFIG_LIBC_MEMFD_TMPFS=y
CONFIG_LIBUV_THREAD_STACKSIZE=16384
CONFIG_LIBUV_UTILS_STACKSIZE=65536
Expand Down
1 change: 0 additions & 1 deletion boards/vela/configs/goldfish-armeabi-v7a-ap/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ CONFIG_GRAPHICS_LVGL=y
CONFIG_HAVE_CXX=y
CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=8192
CONFIG_INPUT=y
CONFIG_INPUT_GOLDFISH_EVENTS=y
CONFIG_INTELHEX_BINARY=y
Expand Down
2 changes: 1 addition & 1 deletion boards/vela/configs/qemu-armeabi-v7a-ap/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ CONFIG_GRAPHICS_LVGL=y
CONFIG_HAVE_CXX=y
CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=8192
CONFIG_INIT_STACKSIZE=4096
CONFIG_INPUT_MOUSE_WHEEL=y
CONFIG_INTELHEX_BINARY=y
CONFIG_INTERPRETERS_WAMR=y
Expand Down
2 changes: 1 addition & 1 deletion boards/vela/configs/qemu-armeabi-v7a-server/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ CONFIG_GRAPHICS_LVGL=y
CONFIG_HAVE_CXX=y
CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=8192
CONFIG_INIT_STACKSIZE=4096
CONFIG_INPUT_MOUSE_WHEEL=y
CONFIG_INTELHEX_BINARY=y
CONFIG_IOB_BUFSIZE=1530
Expand Down
2 changes: 1 addition & 1 deletion boards/vela/configs/qemu-armeabi-v8m-ap/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CONFIG_FS_TMPFS=y
CONFIG_GRAPHICS_LVGL=y
CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=8192
CONFIG_INIT_STACKSIZE=2048
CONFIG_INTELHEX_BINARY=y
CONFIG_IOB_BUFSIZE=1530
CONFIG_IOB_NBUFFERS=64
Expand Down

0 comments on commit 6a69124

Please sign in to comment.