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 2021/06/08 16:12:32 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #3873: boards/sim: Remove the hardcode stack size

xiaoxiang781216 opened a new pull request #3873:
URL: https://github.com/apache/incubator-nuttx/pull/3873


   ## Summary
   Many device driver will call the host API to finish the simulation
   which require the big stack in the most case, so let's utilize the
   new DEFAULT_TASK_STACKSIZE(64KB on sim) option instead.
   
   ## Impact
   Allocate more stack memory for sim
   
   ## Testing
   run sim:nsh with ASan.
   


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



[GitHub] [incubator-nuttx] masayuki2009 merged pull request #3873: boards/sim: Remove the hardcode stack size

Posted by GitBox <gi...@apache.org>.
masayuki2009 merged pull request #3873:
URL: https://github.com/apache/incubator-nuttx/pull/3873


   


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