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/09/21 08:56:04 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1854: wireless/bluetooth: replace open with file_open in uart shim drivers

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


   ## Summary
   it is simpler than open and then file_detach
   
   ## Impact
   No functional change
   
   ## Testing
   
   


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



[GitHub] [incubator-nuttx] acassis merged pull request #1854: wireless/bluetooth: replace open with file_open in uart shim drivers

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #1854:
URL: https://github.com/apache/incubator-nuttx/pull/1854


   


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



[GitHub] [incubator-nuttx] acassis commented on pull request #1854: wireless/bluetooth: replace open with file_open in uart shim drivers

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #1854:
URL: https://github.com/apache/incubator-nuttx/pull/1854#issuecomment-697812163


   Ok, it is correct, as documented on ReleaseNotes: "Change occurrences of open() followed by file_detach() in the OS to file_open()."


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