-
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
Extending on the new WiFi-less startup and new power saving APIs in ESP class #7979
base: master
Are you sure you want to change the base?
Commits on Mar 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 810fed9 - Browse repository at this point
Copy the full SHA 810fed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ceef3 - Browse repository at this point
Copy the full SHA a1ceef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9538ef9 - Browse repository at this point
Copy the full SHA 9538ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ecdfc1 - Browse repository at this point
Copy the full SHA 1ecdfc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2bc95 - Browse repository at this point
Copy the full SHA ef2bc95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9891613 - Browse repository at this point
Copy the full SHA 9891613View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea94626 - Browse repository at this point
Copy the full SHA ea94626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7137d0f - Browse repository at this point
Copy the full SHA 7137d0fView commit details -
ESP class is singleton without data members, define all member functions static.
Configuration menu - View commit details
-
Copy full SHA for 7fea539 - Browse repository at this point
Copy the full SHA 7fea539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 446aea7 - Browse repository at this point
Copy the full SHA 446aea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a07829 - Browse repository at this point
Copy the full SHA 6a07829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c2ac0 - Browse repository at this point
Copy the full SHA 49c2ac0View commit details -
instead of crude manual mangling and no prototypes, put the weak symb…
…ols in coredecls.h
Configuration menu - View commit details
-
Copy full SHA for e7864f1 - Browse repository at this point
Copy the full SHA e7864f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a7ee8 - Browse repository at this point
Copy the full SHA 79a7ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788731e - Browse repository at this point
Copy the full SHA 788731eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 433cd17 - Browse repository at this point
Copy the full SHA 433cd17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24efea2 - Browse repository at this point
Copy the full SHA 24efea2View commit details -
Some comments from memory of what testing revealed. Independent verif…
…ication is welcome.
Configuration menu - View commit details
-
Copy full SHA for 83e70ee - Browse repository at this point
Copy the full SHA 83e70eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0326f0 - Browse repository at this point
Copy the full SHA c0326f0View commit details -
Increase delay time to let example actually show measurable times in …
…light sleep mode.
Configuration menu - View commit details
-
Copy full SHA for 7c4879f - Browse repository at this point
Copy the full SHA 7c4879fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01eb942 - Browse repository at this point
Copy the full SHA 01eb942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 382f6fd - Browse repository at this point
Copy the full SHA 382f6fdView commit details -
AttachInterrupt is not available in ISR (IRAM_ATTR), fix crash on stu…
…ck-pressed button.
Configuration menu - View commit details
-
Copy full SHA for 213a2e0 - Browse repository at this point
Copy the full SHA 213a2e0View commit details -
SDK needs idle task to perform mode switching. Reset the callback poi…
…nter when it is no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 56c40f3 - Browse repository at this point
Copy the full SHA 56c40f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for affc7fc - Browse repository at this point
Copy the full SHA affc7fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6015cec - Browse repository at this point
Copy the full SHA 6015cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e14f6 - Browse repository at this point
Copy the full SHA b6e14f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad454ea - Browse repository at this point
Copy the full SHA ad454eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74951fd - Browse repository at this point
Copy the full SHA 74951fdView commit details -
ESP.deepSleep[Instant] refactoring to match the setting of RF mode in…
… user_rf_pre_init Since WiFi is disabled at boot by default, and the above change to ESP.deepSleep..., (sample) sketches for special RF modes on resume from deep sleep may need fixing or documentation update. That's not done by this commit alone.
Configuration menu - View commit details
-
Copy full SHA for 0a70272 - Browse repository at this point
Copy the full SHA 0a70272View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7e909 - Browse repository at this point
Copy the full SHA df7e909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af1380 - Browse repository at this point
Copy the full SHA 1af1380View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d9cda - Browse repository at this point
Copy the full SHA a9d9cdaView commit details -
Add neverSleep and neverSleepOff to Esp class, use them in core and l…
…ibs where feasible.
Configuration menu - View commit details
-
Copy full SHA for e8798ac - Browse repository at this point
Copy the full SHA e8798acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc7d23 - Browse repository at this point
Copy the full SHA 3fc7d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd17a7 - Browse repository at this point
Copy the full SHA abd17a7View commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6d1f73 - Browse repository at this point
Copy the full SHA a6d1f73View commit details
Commits on Apr 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a2c2db - Browse repository at this point
Copy the full SHA 5a2c2dbView commit details
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d1cb1c - Browse repository at this point
Copy the full SHA 2d1cb1cView commit details
Commits on Jun 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9847e1f - Browse repository at this point
Copy the full SHA 9847e1fView commit details
Commits on Jun 21, 2023
-
Reviewer noticed that esp_suspend is part of the core for awhile now …
…and should be used unconditionally.
Configuration menu - View commit details
-
Copy full SHA for b8a95de - Browse repository at this point
Copy the full SHA b8a95deView commit details
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd6ea93 - Browse repository at this point
Copy the full SHA dd6ea93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6252680 - Browse repository at this point
Copy the full SHA 6252680View commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd6d155 - Browse repository at this point
Copy the full SHA cd6d155View commit details