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

Improve consistency checking between board-side and host-side driver #20

Open
mweberUKL opened this issue Sep 1, 2014 · 0 comments
Open

Comments

@mweberUKL
Copy link
Collaborator

The current consistency check compares a checksum requested by the host-side driver. If the check fails, the program is terminated hard without any chance to react to the problem (or even show some helpful error message).

It would be helpful to be able to catch some exception and avoid terminating the program. Additionally, there is currently no guaranty to what will be send to the board before terminating the program. This leaves the board in some undefined state if the checksums does not match.

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