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

introduce yieldUntil(untilFunction, timeoutMs) #8317

Closed
wants to merge 12 commits into from

Commits on Sep 20, 2021

  1. introduce yieldUntil(untilFonction, timeoutMs) which is a delay int…

    …erruptible under a provided condition
    
    useful for ethernet drivers using recurrent scheduled functions
    d-a-v committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    632260d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7acc813 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. simplification

    d-a-v committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    fad4d17 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Ethernet: add examples (dhcp, static, mdns, ssl)

    (the internal API is fixed for the static case)
    d-a-v committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    6b8eeff View commit details
    Browse the repository at this point in the history
  2. style

    d-a-v committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    98aac7d View commit details
    Browse the repository at this point in the history
  3. use scalar for gpio

    d-a-v committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7ae8d0b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. further simplification

    d-a-v committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    a69d4d6 View commit details
    Browse the repository at this point in the history
  2. per review

    d-a-v committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    8a07ca8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fac913 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ba8b31 View commit details
    Browse the repository at this point in the history
  5. fix example

    d-a-v committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    639ec45 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

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