RTEMS | bsp/aarch64/raspberrypi: Add I2C interrupt support (!682)

Christian Mauderer (@c-mauderer) gitlab at rtems.org
Sun Aug 24 11:31:07 UTC 2025




Christian Mauderer started a new discussion on bsps/aarch64/raspberrypi/i2c/raspberrypi-i2c.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/682#note_129358

 >      }
 >  
 >      if ( msgs[ i ].flags & I2C_M_RD ) {
 > -      C_REG( bus )       |= C_CLEAR | C_READ | C_ST; // Read packet transfer
 > +      C_REG( bus )       |= C_CLEAR | C_READ;

You remove the start tranfer, regardless whether you use interrupts or polled transfer. Does the polled transfer still work with that?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/682#note_129358
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250824/0992cbfb/attachment.htm>


More information about the bugs mailing list