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

[core] Fix flashing of UF2 parts beginning at zero #48

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

prokoma
Copy link
Contributor

@prokoma prokoma commented Dec 16, 2024

We can't use offs == 0 as a flag, because 0 is a valid flash offset. This causes the block with offs == 0 to be skipped.

@kuba2k2 kuba2k2 added the bug Something isn't working label Dec 16, 2024
@kuba2k2 kuba2k2 merged commit d237dee into libretiny-eu:master Dec 16, 2024
@kuba2k2
Copy link
Member

kuba2k2 commented Dec 16, 2024

Perfect! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants