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

Conversation

PrometheanDesign
Copy link

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)

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)
@cdupont
Copy link

cdupont commented Nov 9, 2020

This would be very useful.

@cdupont
Copy link

cdupont commented Nov 14, 2020

Any update?

@PrometheanDesign
Copy link
Author

I don't think I can do any more - it is now up to the owners of the repository AFAIK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants