RTEMS | bsp/aarch64/raspberrypi: Add I2C interrupt support (!682)
Kinsey Moore (@opticron)
gitlab at rtems.org
Tue Aug 19 22:41:54 UTC 2025
Kinsey Moore started a new discussion on bsps/aarch64/raspberrypi/i2c/raspberrypi-i2c.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/682#note_129069
> + }
> + }
> +#else
> rv = i2c_polling_write( bus );
> if ( rv < 0 ) {
> return rv;
> }
> +#endif
> }
> if ( ( S_REG( bus ) & S_ERR ) || ( S_REG( bus ) & S_CLKT ) ||
> ( bus->remaining_bytes != 0 ) ) {
> return -EIO;
> }
>
> - S_REG( bus ) = S_DONE;
> + // S_REG( bus ) = S_DONE;
Is this supposed to be removed?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/682#note_129069
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/20250819/20a0b610/attachment-0001.htm>
More information about the bugs
mailing list