You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/12/11 15:59:30 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2435: hw/drivers/uart: Add uart_open function

kasjer opened a new pull request #2435:
URL: https://github.com/apache/mynewt-core/pull/2435


   This adds thin wrapper to open UART device.
   Generic os_dev_open has opaque pointer that in case of UART has
   configuration but it's not clear what should be passed as argument
   without looking to UART code.
   
   With this change parameter check is enhanced as well as readability.


----------------------------------------------------------------
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] [mynewt-core] apache-mynewt-bot commented on pull request #2435: hw/drivers/uart: Add uart_open function

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2435:
URL: https://github.com/apache/mynewt-core/pull/2435#issuecomment-743278058


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


----------------------------------------------------------------
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] [mynewt-core] kasjer merged pull request #2435: hw/drivers/uart: Add uart_open function

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2435:
URL: https://github.com/apache/mynewt-core/pull/2435


   


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