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


   ## Summary
   
   This is an improvement suggestion for spi slave interface:
   
      Make it possible to enqueue and receive full buffers of data with
       single call, to avoid call overhead when sending / receiving large 
amounts
       of data.
       
       Also make it possible for the slave device to leave received data in the
       controller receive buffers and retrieve it from there by polling
   
   Included also a slave controller driver implementation for stm32h7, which 
implements
   simplex-rx data receiver using this interface.
   
   ## Testing
   
   This has been tested on stm32h7 platform only
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to