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/10/24 12:25:26 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7415: sched: Pass idle thread envionment variables to the child task through copy

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

   ## Summary
   because if we pass predefined environment variables table explicitly, the environment variables created by the board code will be lost.
   
   ## Impact
   restore the behavior before https://github.com/apache/incubator-nuttx/pull/7318
   ## Testing
   internal test
   


-- 
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] masayuki2009 merged pull request #7415: sched: Pass idle thread envionment variables to the child task through copy

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


-- 
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 commented on pull request #7415: sched: Pass idle thread envionment variables to the child task through copy

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #7415:
URL: https://github.com/apache/incubator-nuttx/pull/7415#issuecomment-1289963226

   > @xiaoxiang781216
   > 
   > Hmm, the `hello` (ELF) application does not work with `spresense:wifi_smp`
   > 
   > nsh> hello
   > nsh: hello: command not found
   > ```
   
   @masayuki2009 the failure is due to AppBringUp kernel thread doesn't inheritance the environment of idle thread by default.


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