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

Renamings for that esp_yield is really suspend, replacing delay(0), shimmable suspend-CONT API for async esp_suspend() / esp_schedule() #7148

Merged
merged 22 commits into from
Oct 16, 2021

Commits on Oct 6, 2021

  1. delay0isyield squash commit.

    dok-net committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    4df7186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b64622d View commit details
    Browse the repository at this point in the history
  3. Fix for 656a33e

    dok-net committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9bb4894 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97d59ae View commit details
    Browse the repository at this point in the history
  5. Non-recurring scheduled functions may yield, therefore run_scheduled_…

    …functions can use
    
    optimistic_yield()
    dok-net committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    08ed7d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    397408f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bb470c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    971ad28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99ed6fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd8d2d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    070eb48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d11be8b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

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

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    208c4a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3720ac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3be70a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Apply suggestions from code review

    Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
    dok-net and mcspr committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    67ced12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62af940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    863c482 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Enable the startWaveform functions for calling from SYS context. Remo…

    …ve microoptimization that
    
    could break on inlining.
    dok-net committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    679ecb1 View commit details
    Browse the repository at this point in the history
  2. Adopt same code for host-test version of esp_try_delay.

    Fix in-source specification for the main `esp_try_delay`.
    dok-net committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    6199eb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

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