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


   ## Summary
   The sendblk function was missing NOSTOP on the first msg of the i2c 
transaction. This could cause an extra STOP to be inserted
   in the transaction.
   
   
![image](https://user-images.githubusercontent.com/173245/97838443-0f759100-1c95-11eb-8cf1-d4a10b29faeb.png)
   
   
   The driver uses up_mdelay for some timing where it should be using a sleep.
   
   ## Impact
   Proper bulk write transaction is created and less busy time.
   
   ## Testing
   
   Tested using a Adafruit 0.91 OLED display with this controller attached to 
the simulator.


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