You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "michi-jung (via GitHub)" <gi...@apache.org> on 2023/01/25 17:41:34 UTC

[GitHub] [nuttx] michi-jung opened a new pull request, #8238: armv8-m: Fix pthread_start syscall

michi-jung opened a new pull request, #8238:
URL: https://github.com/apache/nuttx/pull/8238

   ## Summary
   
   armv8-m: Fix pthread_start syscall: The 'arg' parameter is in R3, not in R2.
   
   ## Impact
   
   pthread_create passes the argument correctly to the pthread's entrypoint function.
   
   ## Testing
   
   Tested with my custom STM32U5 based board.
   
   


-- 
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 merged pull request #8238: armv8-m: Fix pthread_start syscall

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


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