Browse Source

boards: io-v2 increase idle thread stack 280 -> 316 bytes

release/1.12
Daniel Agar 4 years ago
parent
commit
ca744626cd
  1. 2
      boards/cubepilot/io-v2/nuttx-config/nsh/defconfig
  2. 2
      boards/px4/io-v2/nuttx-config/nsh/defconfig

2
boards/cubepilot/io-v2/nuttx-config/nsh/defconfig

@ -27,7 +27,7 @@ CONFIG_FDCLONE_DISABLE=y @@ -27,7 +27,7 @@ CONFIG_FDCLONE_DISABLE=y
CONFIG_FDCLONE_STDIO=y
CONFIG_HAVE_CXX=y
CONFIG_HAVE_CXXINITIALIZE=y
CONFIG_IDLETHREAD_STACKSIZE=280
CONFIG_IDLETHREAD_STACKSIZE=316
CONFIG_MAX_TASKS=2
CONFIG_MM_FILL_ALLOCATIONS=y
CONFIG_MM_SMALL=y

2
boards/px4/io-v2/nuttx-config/nsh/defconfig

@ -27,7 +27,7 @@ CONFIG_FDCLONE_DISABLE=y @@ -27,7 +27,7 @@ CONFIG_FDCLONE_DISABLE=y
CONFIG_FDCLONE_STDIO=y
CONFIG_HAVE_CXX=y
CONFIG_HAVE_CXXINITIALIZE=y
CONFIG_IDLETHREAD_STACKSIZE=280
CONFIG_IDLETHREAD_STACKSIZE=316
CONFIG_MAX_TASKS=2
CONFIG_MM_FILL_ALLOCATIONS=y
CONFIG_MM_SMALL=y

Loading…
Cancel
Save