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/07/29 20:04:17 UTC

[GitHub] [incubator-nuttx] onegray opened a new pull request, #6741: stm32wb/mbox: fixing TX buffer queue

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

   ## Summary
   Fix of wrong copying from temp buffer to processing buffer.
   Also renaming `msg_buf` to more suitable `cmd_buf`.
   
   ## Impact
   Fixing the issue.
   
   ## Testing
   Normally CPU2 processes commands very fast so the mailbox TX queue is empty all the time and the issue is not reproducing.  To test the logic the code was modified to put command into queue without a condition.
   
   


-- 
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 #6741: stm32wb/mbox: fixing TX buffer queue

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


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