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

🐛 [BUSKEEPER] fix bug in error flag logic #253

Merged
merged 9 commits into from
Jan 8, 2022
Merged

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Jan 8, 2022

This PR fixes a bug in the BUSKEEPER's error flag logic that was introduced in #247 (version 1.6.5.4). The bug did not effect the actual functionality of the module - it just issued wrong error types for certain bus errors.

Thanks to @emb4fun for finding this bug! 👍


This PR also removes the BUSKEEPER's "unexpected ACK" and "unexpected ERR" detection logic and error codes (those situation cannot be handled by the CPU). Hence, the number of bits indicating the actual bus error cause are reduced to one (just BUSKEEPER_ERR_TYPE).

@stnolting stnolting added bug Something isn't working HW hardware-related labels Jan 8, 2022
@stnolting stnolting self-assigned this Jan 8, 2022
@stnolting stnolting marked this pull request as ready for review January 8, 2022 20:08
@stnolting stnolting merged commit e46fdf8 into master Jan 8, 2022
@stnolting stnolting deleted the buskeeper_err_fix branch January 8, 2022 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant