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/31 04:00:29 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7484: Launch the initial task through task_spawn instead of nxtask_create

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

   ## Summary
   to share the code with the code path of posix_spawn
   
   ## Impact
   code refactor
   
   ## Testing
   Pass CI
   


-- 
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 #7484: Launch the initial task through task_spawn instead of nxtask_create

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

   > > Testing
   > > Pass CI
   > 
   > @xiaoxiang781216 Hmm, the CI is still failing. How did you test this PR?
   > 
   > ```
   
   I tested with my board. The fail is because the code run out of the flash space. We need optimize task_spawn implementation before merging.
   


-- 
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] [nuttx] pkarashchenko merged pull request #7484: Launch the initial task through task_spawn instead of nxtask_create

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko merged PR #7484:
URL: https://github.com/apache/nuttx/pull/7484


-- 
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] [nuttx] xiaoxiang781216 commented on pull request #7484: Launch the initial task through task_spawn instead of nxtask_create

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 commented on PR #7484:
URL: https://github.com/apache/nuttx/pull/7484#issuecomment-1403562413

   @pkarashchenko this patch pass ci now.


-- 
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 commented on pull request #7484: Launch the initial task through task_spawn instead of nxtask_create

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

   >Testing
   >Pass CI
   
   @xiaoxiang781216 
   Hmm, the CI is still failing.
   
   ```
   
   ====================================================================================
   Configuration/Tool: ea3131/pgnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Building NuttX...
   arm-none-eabi-ld: /github/workspace/sources/nuttx/nuttx section `.locked' will not fit in region `locked'
   arm-none-eabi-ld: section .paged LMA [0000000011035000,0000000011042907] overlaps section .locked LMA [0000000011029080,00000000110354ab]
   arm-none-eabi-ld: section .ARM.exidx LMA [00000000110354ac,00000000110354b3] overlaps section .paged LMA [0000000011035000,0000000011042907]
   arm-none-eabi-ld: region `locked' overflowed by 1480 bytes
   make[1]: *** [Makefile:174: nuttx] Error 1
   make: *** [tools/Unix.mk:499: nuttx] Error 2
   ```


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