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

hal::i2c_arbitration_handler wrapper #43

Closed
kammce opened this issue Oct 13, 2024 · 1 comment
Closed

hal::i2c_arbitration_handler wrapper #43

kammce opened this issue Oct 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kammce
Copy link
Member

kammce commented Oct 13, 2024

This class manages arbitration laws during the transaction function and provides a handler in the event that an arbitration laws exception is thrown. This can only have a multi-controller bus architectures which are quite rare. This class should only be used in a situation where you have a multi controller I do see bus architecture.

@kammce kammce added the enhancement New feature or request label Oct 13, 2024
kammce added a commit that referenced this issue Oct 13, 2024
kammce added a commit that referenced this issue Oct 13, 2024
kammce added a commit that referenced this issue Oct 14, 2024
kammce added a commit that referenced this issue Oct 14, 2024
@kammce
Copy link
Member Author

kammce commented Oct 31, 2024

This is not useful. I2c drivers should wait for the bus to become available before progressing. Its not deterministic, but neither is having multiple controllers on the same i2c bus.

@kammce kammce closed this as not planned Won't fix, can't repro, duplicate, stale Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant