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/05 16:10:18 UTC

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

patacongo opened a new pull request #732: Check return from nxsem_wait_uninterruptible()
URL: https://github.com/apache/incubator-nuttx/pull/732
 
 
   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 remaining drivers in the LC823450 architectures.

----------------------------------------------------------------
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 #732: Check return from nxsem_wait_uninterruptible()

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

----------------------------------------------------------------
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 #732: Check return from nxsem_wait_uninterruptible()

Posted by GitBox <gi...@apache.org>.
patacongo edited a comment on issue #732: Check return from nxsem_wait_uninterruptible()
URL: https://github.com/apache/incubator-nuttx/pull/732#issuecomment-609441005
 
 
   There will be many, many nxstyle errors for the LC823450 SDC-related files.  These files may use of CamelCase extensively:  All type names, all file names, etc.  This naming spans several files and is propogated by header files.  It is not possible to fix without a major change to the LC823450 SDC which is way out of scope of what we are trying to acommplish here.
   

----------------------------------------------------------------
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 #732: Check return from nxsem_wait_uninterruptible()

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #732: Check return from nxsem_wait_uninterruptible()
URL: https://github.com/apache/incubator-nuttx/pull/732#issuecomment-609441005
 
 
   There will be many, many nxstyle errors for the LC823450 SDR-related files.  These files may use of CamelCase extensively:  All type names, all file names, etc.  This naming spans several files and is propogated by header files.  It is not possible to fix without a major change to the LC823450 SDR which is way out of scope of what we are trying to acommplish here.
   

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