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

Extending on the new WiFi-less startup and new power saving APIs in ESP class #7979

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    810fed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ceef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9538ef9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ecdfc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef2bc95 View commit details
    Browse the repository at this point in the history
  6. Add auto sleep mode demo.

    dok-net committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    9891613 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea94626 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7137d0f View commit details
    Browse the repository at this point in the history
  9. API refactoring.

    ESP class is singleton without data members, define all member functions static.
    dok-net committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    7fea539 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    446aea7 View commit details
    Browse the repository at this point in the history
  11. DRY

    dok-net committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6a07829 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    49c2ac0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e7864f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    79a7ee8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    788731e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    433cd17 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    24efea2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    83e70ee View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c0326f0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7c4879f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    01eb942 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    382f6fd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    213a2e0 View commit details
    Browse the repository at this point in the history
  24. SDK needs idle task to perform mode switching. Reset the callback poi…

    …nter when it is no longer needed.
    dok-net committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    56c40f3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    affc7fc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6015cec View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b6e14f6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ad454ea View commit details
    Browse the repository at this point in the history
  29. By review comment.

    dok-net committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    74951fd View commit details
    Browse the repository at this point in the history
  30. 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.
    dok-net committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    0a70272 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    df7e909 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1af1380 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a9d9cda View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e8798ac View commit details
    Browse the repository at this point in the history
  35. Apply suggested style fixes.

    dok-net committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    3fc7d23 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    abd17a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    a6d1f73 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    5a2c2db View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    2d1cb1c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    9847e1f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Reviewer noticed that esp_suspend is part of the core for awhile now …

    …and should be used unconditionally.
    dok-net committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b8a95de View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    dd6ea93 View commit details
    Browse the repository at this point in the history
  2. Code style fixes.

    dok-net committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    6252680 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    cd6d155 View commit details
    Browse the repository at this point in the history