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
@@ -48,7 +48,7 @@ CONFIG_HAVE_CXX=y
CONFIG_HAVE_CXXINITIALIZE=y
CONFIG_IDLETHREAD_STACKSIZE=750
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=2944
CONFIG_INIT_STACKSIZE=3094
CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_LIBC_MAX_EXITFUNS=1
CONFIG_LIBC_STRERROR=y