Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTIO Support: I2C #67328

Open
4 of 12 tasks
Tracked by #70651
teburd opened this issue Jan 8, 2024 · 2 comments
Open
4 of 12 tasks
Tracked by #70651

RTIO Support: I2C #67328

teburd opened this issue Jan 8, 2024 · 2 comments
Labels
Architecture Review Discussion in the Architecture WG required area: I2C area: RTIO Enhancement Changes/Updates/Additions to existing features

Comments

@teburd
Copy link
Collaborator

teburd commented Jan 8, 2024

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

@teburd teburd added the Feature Request A request for a new feature label Jan 8, 2024
@teburd
Copy link
Collaborator Author

teburd commented Jan 8, 2024

@henrikbrixandersen @yperess

@teburd teburd added the Architecture Review Discussion in the Architecture WG required label Jan 8, 2024
@nashif nashif added Enhancement Changes/Updates/Additions to existing features and removed Feature Request A request for a new feature labels Jan 19, 2024
@ubieda
Copy link
Member

ubieda commented May 9, 2024

RTIO support for nRF TWI: #72539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture Review Discussion in the Architecture WG required area: I2C area: RTIO Enhancement Changes/Updates/Additions to existing features
Projects
Status: In Progress
Status: 4.0
Development

No branches or pull requests

3 participants