px4_fmu-v5_stackcheck: update stack sizes and add to Jenkins

- increase stack sizes to run cleanly under stackcheck
     - this is likely overkill for most boards, but using stackcheck to set our minimum ensures we have a very safe margin on regular builds and it's something we can currently afford
 - remove holybro_durandal-v1_stackcheck from test rack (there's only one unit)
This commit is contained in:
Daniel Agar
2020-04-11 21:16:10 -04:00
committed by GitHub
parent 7b4f6b6918
commit 66eacd24bc
33 changed files with 119 additions and 130 deletions

View File

@@ -271,5 +271,5 @@ CONFIG_USART6_RXBUFSIZE=600
CONFIG_USART6_RXDMA=y
CONFIG_USART6_TXBUFSIZE=1500
CONFIG_USEC_PER_TICK=1000
CONFIG_USERMAIN_STACKSIZE=2688
CONFIG_USERMAIN_STACKSIZE=2944
CONFIG_USER_ENTRYPOINT="nsh_main"