You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SDK 1.5.3 lwIP source code in included with the SDK release, which is a good indication that future SDK versions will include that as well. This issue tracks switching from Espressif-provided xcc-built lwIP to gcc-built one.
Remove workarounds made in ClientContext to work around return value passing bug
Update lwIP source code from the latest SDK and build new binary
Update boards.txt to use gcc built lwip by default
Yep, I think I have used -O0 in my early tests. @me-no-dev actually pointed out that gcc-prebuilt LwIP produces the smallest binary when he added an option to switch between LwIP versions from the IDE.
In SDK 1.5.3 lwIP source code in included with the SDK release, which is a good indication that future SDK versions will include that as well. This issue tracks switching from Espressif-provided xcc-built lwIP to gcc-built one.
This will enable us to fix #1924, #1826, #1505, #1050, #1262.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: