raiden00pl commented on PR #17012: URL: https://github.com/apache/nuttx/pull/17012#issuecomment-3287722024
> Functionality for "no stop" and "no start" options is not present. Implementing that is not clear from the peripheral datasheet and will be a challenge. Some I2C peripherals don't allow direct control over the start/stop bit. In these cases, you have to manually merge the messages in your I2C driver. You can take a look at Nordic I2C drivers how it's done: https://github.com/apache/nuttx/blob/778f3fa39c9f92504bcb0b208edf5b37dc90a076/arch/arm/src/nrf52/nrf52_i2c.c#L302-L349 -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org