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