Skip to content

Commit

Permalink
Increase Stack Size to 64 KB for QuickJS
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 12, 2024
1 parent 4f39969 commit 904b955
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -65,3 +65,7 @@ tools/gdb/__pycache__
/build
.ccls-cache
compile_commands.json
hello.S
Image
init.S
initrd
2 changes: 2 additions & 0 deletions boards/risc-v/bl808/ox64/configs/nsh/defconfig
Expand Up @@ -67,6 +67,7 @@ CONFIG_NSH_FILEIOSIZE=512
CONFIG_NSH_FILE_APPS=y
CONFIG_NSH_READLINE=y
CONFIG_PATH_INITIAL="/system/bin"
CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=65536
CONFIG_RAM_SIZE=1048576
CONFIG_RAM_START=0x50200000
CONFIG_READLINE_CMD_HISTORY=y
Expand All @@ -81,6 +82,7 @@ CONFIG_SYSTEM_NSH=y
CONFIG_SYSTEM_NSH_PROGNAME="init"
CONFIG_TESTING_GETPRIME=y
CONFIG_TESTING_OSTEST=y
CONFIG_TLS_LOG2_MAXSTACK=16
CONFIG_UART3_BAUD=2000000
CONFIG_UART3_SERIAL_CONSOLE=y
CONFIG_USEC_PER_TICK=1000
Expand Down

0 comments on commit 904b955

Please sign in to comment.