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

Implement Protothreads as Fibers #1001

Merged
merged 9 commits into from
May 14, 2023

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    baa88d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5790bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    725a69e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e3f79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    031731d View commit details
    Browse the repository at this point in the history
  6. [fiber] Refactor and document

    - Fiber compound class with integrated stack.
    - Fibers can be restarted.
    - Fiber stack usage measurement.
    - Correct stack word type on AVRs.
    - Simpler context API.
    salkinium committed May 14, 2023
    Configuration menu
    Copy the full SHA
    c1af10d View commit details
    Browse the repository at this point in the history
  7. [processing] Implement Protothreads/Resumables using Fibers

    Adds an lbuild option to replace the Protothread and (Nested)Resumable
    implementation with a fiber one that is almost entirely backwards
    compatible.
    salkinium committed May 14, 2023
    Configuration menu
    Copy the full SHA
    c9c43cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ee8e42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1bf519 View commit details
    Browse the repository at this point in the history