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

GPIO functions: rewrite, add functionality #10

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

Commits on Apr 17, 2016

  1. gpio: generate bank and mask values with a macro

    Easier to read.
    aklomp committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    5c093aa View commit details
    Browse the repository at this point in the history
  2. gpio: namespace functions as gpioSomething() for uniformity

    Also mark constant parameters as `const' in function declarations.
    aklomp committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    a8413eb View commit details
    Browse the repository at this point in the history
  3. gpio: use CamelCase for enum types, namespace properly

    Use the 'Gpio' prefix for public GPIO enumerates.
    aklomp committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    32b6d8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fff7a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f062a99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f160078 View commit details
    Browse the repository at this point in the history
  7. gpio: rewrite event detection function

    Return 0 if no event was detected, or 1 if one was. Reset the event bit
    to restart the detection.
    aklomp committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    e713318 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d282cd View commit details
    Browse the repository at this point in the history