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

I2C: If your driver provides a way to listen for interrupts, the interrupts should be listed in a derive(EnumSetType) enum as opposed to one function per interrupt flag. #2768

Open
Tracked by #2493
bugadani opened this issue Dec 13, 2024 · 1 comment
Labels
1.0 non-breaking Not needed for 1.0 and can be supported without breaking the driver. peripheral:i2c I2C peripheral

Comments

@bugadani
Copy link
Contributor

bugadani commented Dec 13, 2024

It does not, but it should, so I'm marking this as an omission.

@bugadani bugadani changed the title I2C: If your driver provides a way to listen for interrupts I2C: If your driver provides a way to listen for interrupts, the interrupts should be listed in a derive(EnumSetType) enum as opposed to one function per interrupt flag. Dec 13, 2024
@MabezDev MabezDev added 1.0 non-breaking Not needed for 1.0 and can be supported without breaking the driver. and removed 1.0-blocker labels Jan 10, 2025
@MabezDev
Copy link
Member

We're not stabilizing interrupts for 1.0 (context: #2900 (comment)), so we can add this post 1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 non-breaking Not needed for 1.0 and can be supported without breaking the driver. peripheral:i2c I2C peripheral
Projects
Status: Todo
Development

No branches or pull requests

2 participants