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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
