boards: NuttX increase default CONFIG_ARCH_INTERRUPTSTACK 512->768 bytes

- during casual testing on default configs the stack was penetration was reaching ~90% which is a bit too close for comfort
 - increasing by 50% to be conservative
This commit is contained in:
Daniel Agar
2023-01-07 12:07:35 -05:00
committed by GitHub
parent 7f7dfea998
commit dc5ce9b0ce
88 changed files with 88 additions and 88 deletions
@@ -52,7 +52,7 @@ CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
CONFIG_ARCH_CHIP="stm32"
CONFIG_ARCH_CHIP_STM32=y
CONFIG_ARCH_CHIP_STM32F412CE=y
CONFIG_ARCH_INTERRUPTSTACK=512
CONFIG_ARCH_INTERRUPTSTACK=768
CONFIG_ARCH_STACKDUMP=y
CONFIG_ARMV7M_MEMCPY=y
CONFIG_ARMV7M_USEBASEPRI=y