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

Java FRC Library: I2C/SPI are missing mutexes around I2C write/read methods #29

Closed
kauailabs opened this issue Jan 1, 2017 · 1 comment
Assignees

Comments

@kauailabs
Copy link
Owner

As a result, it's possible that if the user invokes AHRS.reset() while receiving data, that the underlying calls to the WPI Library I2C/SPI Read/Write will be re-entered. There has been a report from a team that when issuing() reset calls w/Java and I2C, that sometimes hangs are seen.

@kauailabs kauailabs self-assigned this Jan 1, 2017
@kauailabs
Copy link
Owner Author

Fixed and check into to master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant