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

Allow #define configuration of SPI parameters #164

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

Commits on Aug 19, 2020

  1. Allow #define configuration of SPI parameters

    Enclose preprocessor define of SPI_SPEED and SPI_DEV_PATH in #ifndef
    so that these values can optinally be passed by compiler / makefile
    defines at build time for a specific platform or architecture.
    
    Allow CFLAGS to be passed in to Makefile (e.g. to allow preprocessor
    defines to be set)
    PrometheanDesign committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    7f5c85e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11e24e View commit details
    Browse the repository at this point in the history