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

Define lwIP's s32/u32 to int #8560

Merged
merged 9 commits into from
May 15, 2022
Merged

Define lwIP's s32/u32 to int #8560

merged 9 commits into from
May 15, 2022

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented May 11, 2022

s32/u32 were previously defined as long,
but long can be 64 bits in host mode,
so this commit reduces valgrind complaints and improves coherency.

There is no need to update lwIP's binaries in this commit.

d-a-v added 4 commits May 11, 2022 11:19
s32/u32 were previously defined as long,
but long can be 64 bits in host mode,
so this commit reduces valgrind complaints and increase coherency.
@d-a-v d-a-v merged commit 80c0570 into esp8266:master May 15, 2022
@d-a-v d-a-v deleted the u32 branch May 15, 2022 19:56
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.

None yet

2 participants