raiden00pl commented on issue #16689:
URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3053294157

   The board initialization problem in NuttX is known and tracked by this 
issue: https://github.com/apache/nuttx/issues/11321 Unfortunately, fixing this 
problem is quite a challenge.
   Regarding stack size, this is highly dependent on the user usage. The `nsh` 
configuration is intended to be minimal working NSH example and it doesn't need 
a large stack. 
   
    > Also do you know any resources for config managment?
   
   `cmake --build <build_dir> -t savedefconfig` will compress your `.config` to 
`defconfig`. `defconfig` is what you should manage and keep in your out-of-tree 
board directory, not `.config`. You can see how I manage my example defconfigs 
here: https://github.com/railab/railab_nuttx_code/ 
   The only problem with `savedefconfig` and cmake is that it messes up 
`CONFIG_ARCH_BOARD_CUSTOM_DIR`  options when you use out-of-tree `defconfig` 
with NuttX upstream boards and this must be fixed manually.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to