Is your feature request related to a problem? Please describe.
RTIO is a feature that enables lock-free queue like requests to hardware peripherals, allowing for things like I2C transactions to be started in an ISR context. This is very useful for sensors and is part of the newer sensor API. Peripheral drivers should support this API in a broad way in Zephyr
Is your feature request related to a problem? Please describe.
RTIO is a feature that enables lock-free queue like requests to hardware peripherals, allowing for things like I2C transactions to be started in an ISR context. This is very useful for sensors and is part of the newer sensor API. Peripheral drivers should support this API in a broad way in Zephyr
Describe the solution you'd like
I2C bus drivers supporting RTIO broadly.
Additional context
Status of I2C bus driver RTIO support