boards: increase init stack size by 150B

External airframes need a bit more stack due to nested configs.
This commit is contained in:
Beat Küng
2023-06-07 09:54:56 +02:00
committed by Daniel Agar
parent 7230a6dd8e
commit c95539e8ce
89 changed files with 89 additions and 89 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ CONFIG_I2C=y
CONFIG_I2C_RESET=y
CONFIG_IDLETHREAD_STACKSIZE=750
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=2944
CONFIG_INIT_STACKSIZE=3094
CONFIG_IOB_NBUFFERS=24
CONFIG_IOB_THROTTLE=0
CONFIG_LIBC_LONG_LONG=y