From ca744626cd21cc741e52c5e2b4af925b624838c8 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 25 Aug 2021 13:55:43 -0400 Subject: [PATCH] boards: io-v2 increase idle thread stack 280 -> 316 bytes --- boards/cubepilot/io-v2/nuttx-config/nsh/defconfig | 2 +- boards/px4/io-v2/nuttx-config/nsh/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/cubepilot/io-v2/nuttx-config/nsh/defconfig b/boards/cubepilot/io-v2/nuttx-config/nsh/defconfig index 97a82523b6..a98f54946c 100644 --- a/boards/cubepilot/io-v2/nuttx-config/nsh/defconfig +++ b/boards/cubepilot/io-v2/nuttx-config/nsh/defconfig @@ -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 diff --git a/boards/px4/io-v2/nuttx-config/nsh/defconfig b/boards/px4/io-v2/nuttx-config/nsh/defconfig index 97a82523b6..a98f54946c 100644 --- a/boards/px4/io-v2/nuttx-config/nsh/defconfig +++ b/boards/px4/io-v2/nuttx-config/nsh/defconfig @@ -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