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 2022/02/19 10:02:25 UTC

[GitHub] [incubator-nuttx] minabeoki opened a new pull request #5549: pthread: add the kernel stack allocation for ADDRENV=y and BUILD_KERNEL

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


   ## Summary
   
   Add the kernel stack allocation in nx_pthread_create().
   When ADDRENV=y and BUILD_KERNEL=y, the kernel stack is required for a task creating.
   
   The kernel stack allocation of the main task is already in binfmt_execmodule.c:exec_module().
   
   ## Impact
   
   ADDRENV=y and BUILD_KERNEL=y
   
   ## Testing
   
   run programs using pthread on custom Cortex-A9 w/ ADDRENV=y and BUILD_KERNEL.
   


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5549: pthread: add the kernel stack allocation for ADDRENV=y and BUILD_KERNEL

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


   


-- 
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-unsubscribe@nuttx.apache.org

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