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 2020/04/04 22:28:35 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #730: Check return from nxsem_wait_uninterruptible()

patacongo opened a new pull request #730: Check return from nxsem_wait_uninterruptible()
URL: https://github.com/apache/incubator-nuttx/pull/730
 
 
   Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution:  Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly.  This commit is for all HCI UART drivers under arch/.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo commented on issue #730: Check return from nxsem_wait_uninterruptible()

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #730: Check return from nxsem_wait_uninterruptible()
URL: https://github.com/apache/incubator-nuttx/pull/730#issuecomment-609097860
 
 
   NOTE:  The Tiva HCI UART will fail the nxstyle checks because it uses two pre-processor definitions that contain 8th.  These come from Tiva header files and will be need to be address in the future because that change is out of the scope of this PR.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] Ouss4 merged pull request #730: Check return from nxsem_wait_uninterruptible()

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #730: Check return from nxsem_wait_uninterruptible()
URL: https://github.com/apache/incubator-nuttx/pull/730
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #730: Check return from nxsem_wait_uninterruptible()

Posted by GitBox <gi...@apache.org>.
patacongo edited a comment on issue #730: Check return from nxsem_wait_uninterruptible()
URL: https://github.com/apache/incubator-nuttx/pull/730#issuecomment-609097860
 
 
   NOTE:  The Tiva HCI UART will fail the nxstyle checks because it uses two pre-processor definitions that contain 8th.  These come from Tiva header files and will be need to be addressed in the future because that change is out of the scope of this PR.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services