btashton edited a comment on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759602281


   > I see NOSTART used in various drivers, does that not expect a message 
without a (repeated) start? From the i2c header file a repeated start requires 
a NOSTOP on previous message and a zero flag on following one, so that would be 
the case of repeated starts, right? The change enables the copy on both cases 
so I think most drivers will see the copy when they could actually have 
repeated start in most cases.
   
   Sorry yes I was remembering wrong on this.  I had to handle this on another 
i2c master, my point remains though that in this case this should just be 
treated as a single transfer and that should be fully supported by using the 
EasyDMA List feature.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to