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

Atomevent #16

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

Atomevent #16

wants to merge 6 commits into from

Commits on Mar 11, 2016

  1. atomevent implementation, see kernel/atomevent.c for documentation.

    This implements a simple event notification system which can signal up to
    implementation defined number of bits, suitable for signalling to threads
    from ISRs and callbacks.
    
    Proper tested ports are avr.
    spe-ciellt committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    15e6e29 View commit details
    Browse the repository at this point in the history
  2. Introduces changes to other ports to support events. Completely untes…

    …ted.
    
    This introduces changes in some ports to support the events.
    The ATOM_EVENTS type is added in atomports.h and the compilation of
    kernel/atomevent.c is added to the Makefiles.
    spe-ciellt committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    e766690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ceb49f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f47d87f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24b512a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

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