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
+1 -1
View File
@@ -72,7 +72,7 @@ CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
CONFIG_ARCH_CHIP="stm32f7"
CONFIG_ARCH_CHIP_STM32F777NI=y
CONFIG_ARCH_CHIP_STM32F7=y
CONFIG_ARCH_INTERRUPTSTACK=512
CONFIG_ARCH_INTERRUPTSTACK=768
CONFIG_ARCH_STACKDUMP=y
CONFIG_ARMV7M_BASEPRI_WAR=y
CONFIG_ARMV7M_DCACHE=y