You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/27 02:04:36 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #872: nuttx: Change all default stack size to DEFAULT_TASK_STACKSIZE

patacongo edited a comment on pull request #872:
URL: https://github.com/apache/incubator-nuttx/pull/872#issuecomment-619668618


   A way of doing this without breaking configurations occurs to me:
   
   1. Run all defconfig files through 'make olddefconfig' to create complete .config files using the origin Kconfig files.
   2. Save the .config file, probably in the same directory as the board's defconfig file
   3. Apply the changes to the stack sizes in the Kconfig files
   4. Then run all of the .config files through 'make savedefconfig' to create new defconfig files that replace the original onces.  The difference is that the new defconfig file will have settings for all of the stack sizes that are no longer the default.
   
   This sequence will retain the original stack size used in every configuration and so, should not break anything.


----------------------------------------------------------------
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.

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