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

Fix Flash erase verification #328

Closed
wants to merge 1 commit into from
Closed

Fix Flash erase verification #328

wants to merge 1 commit into from

Conversation

vitalyvb
Copy link

Needs step_by(2) to avoid accessing one extra byte on a next block, which will fail the verification if that byte is not 0xff. Also avoid unnecessary unaligned checks of u16 on odd addresses.

Update CHANGELOG.md

cast-0.2.4 is temporarily broken on 32-bit platforms - japaric/cast.rs#27

Needs step_by(2) to avoid accessing one extra
byte on a next block, which will fail the verification
if that byte is not 0xff. Also avoid unnecessary
unaligned checks of u16 on odd addresses
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

Successfully merging this pull request may close these issues.

2 participants