RTEMS | bsp/aarch64/raspberrypi: Add I2C interrupt support (!682)
Shaunak Datar (@skdatar)
gitlab at rtems.org
Sun Aug 24 21:19:13 UTC 2025
Shaunak Datar commented on a discussion on bsps/aarch64/raspberrypi/i2c/raspberrypi-i2c.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/682#note_129387
> return rv;
> }
> } else {
> +#ifdef BSP_I2C_USE_INTERRUPTS
> + while ( bus->remaining_bytes > 0 ) {
> + C_REG( bus ) |= C_INTT;
> + if ( rtems_binary_semaphore_wait_timed_ticks(&bus->sem, bus->base.timeout) !=
The C_INTT enables interrupt on the TXW condition. It enables interrupts when the FIFO is empty and needs writing. That is why I am getting an interrupt there
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/682#note_129387
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/f46e05e0/attachment-0001.htm>
More information about the bugs
mailing list