-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
update to latest git version of nonos-sdk (SDK:3.0.0-dev(c0f7b44)) #4806
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes here LGTM (assuming you ran the fix_sdk_libs.sh
script on the new libs). Please also put the output of git describe --tags
for the SDK commit you are using into tools/sdk/version file.
which is actually nonos-sdk's github 236b6d0 and their internal gitlab's abf945d5 made for espressif/ESP8266_NONOS_SDK#133 and including wifi_{get,set}_sleep_level and wifi_{get,set}_listen_interval that *may* be relevant for esp8266#2330
note: STA is not working anymore with SDK-3.0.0-dev(*)
Warning: This PR breaks STA (AP seems fine). |
With the help of a script, here are the highest versions of the SDK containing the closed libs we are using (as of current master, not this PR) (irrelevant files removed):
I don't understand why some files are not found in history (only |
edit2: replaced by #4853
edit:
WARNING: STA is broken with this PR
This PR reflects espressif/ESP8266_NONOS_SDK@89920dc (v2.2.0-28-g89920dc)
original message:
It is primarily made for espressif/ESP8266_NONOS_SDK#133
It includes new syscalls
wifi_{get,set}_sleep_level
andwifi_{get,set}_listen_interval
(edit:espressif's commit) that may be relevant for playing in #2330.No idea why the hash displayed from the firmware differs from the two hashes of their commit.
This is my first fw-update commit, @igrr is usually doing that job. I may have missed some relevant parts of it.
Not intented to be merged as of now.