-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Upgrade SDK to 3.0.4 #3284
Upgrade SDK to 3.0.4 #3284
Conversation
At the moment this is a bit of a mess. With this PR, the
Whatever we do this parameter should not be called |
Exactly 😞 Thanks for taking the time to describe the three options I noticed in the code but was too lazy to list. I also wanted to dump the |
b63d0a4
to
39730f0
Compare
It looks like there are a lot of changes in Espressif's tree that should be applied to ours as well. This will require a lot more than just bumping some strings in the
|
I thought so...remembering from the past that SDK upgrades (even at patch level) were major undertakings. I had the constant nagging feeling that I didn't actually know what I was doing here with this PR 🙈 I can close it or leave it open so that whoever will do the job I'm not capable of can at least grab the first commit. |
We are in a very frustrating position wrt Espressif, and it bums me out. I'll add doing the LwIP updates to my to-do list, but don't expect progress until this weekend at the earliest. FWIW, the |
The nub of Nathaniel's comment is something that we've mentioned before: we forked LWiP, etc. a few years ago when Espressif first posted an open source stack as an alternative to the then closed version shipped with the SDK. They subsequently switched to the OS version themselves and have done as range of bug fixes which our fork doesn't reflect. I am not sure that we can easily revert back to the Espressif version, but the exercise that N proposes would be a good start. It's a few days work though. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixes #3008
dev
branch rather than formaster
.docs/*
.@TerryE I'm not sure what to do about
$RELEASE
forlatest-3.0
. Isn't "latest 3.0" the same as 3.0.4 in the else-branch?