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

supplement SPIDEV & RPi drivers with copy of linux/gpio.h #49

Merged
merged 13 commits into from
Mar 28, 2024

Commits on Mar 23, 2024

  1. supplement SPIDEV & RPi drivers with copy of linux/gpio.h

    - updates RF24 submodule to nRF24/RF24@af7fbec
    - check in copy of linux/gpio.h (& exclude from clang-format checks)
    - adjust root CMakeLists.txt to supplement build with linux/gpio.h (only for SPIDEV & RPi drivers)
    2bndy5 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3731a85 View commit details
    Browse the repository at this point in the history
  2. remove -D RF24_NO_INTERRUPT=1

    2bndy5 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    32de7b4 View commit details
    Browse the repository at this point in the history
  3. upgrade RF24 submodule

    2bndy5 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7f1c03e View commit details
    Browse the repository at this point in the history
  4. fix up root CMakeLists.txt

    2bndy5 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0967702 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    97a03af View commit details
    Browse the repository at this point in the history
  2. adjust linker behavior

    2bndy5 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    5cc6333 View commit details
    Browse the repository at this point in the history
  3. reviewed CMake changes

    2bndy5 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    aeddaf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. update irq example

    switch from RPi.GPIO to gpiod
    2bndy5 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8b4aa48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d2aea9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    916fb55 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. reviewed examples again

    2bndy5 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    16c9182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c2eaca View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. final review

    2bndy5 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2b88f9b View commit details
    Browse the repository at this point in the history