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 2018/09/24 08:17:16 UTC

[GitHub] kasjer opened a new pull request #1420: fe310: Fix SPI blocking read

kasjer opened a new pull request #1420: fe310: Fix SPI blocking read
URL: https://github.com/apache/mynewt-core/pull/1420
 
 
   To avoid situation when RX data is lost due to RX FIFO overrun,
   number of bytes put in the TX FIFO can not be greater than the number
   of bytes read from the RX FIFO plus FIFO size (8).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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