Lora-net / lora_gateway

Driver/HAL to build a gateway using a concentrator board based on Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers.
Other
915 stars 742 forks source link

Allow #define configuration of SPI parameters #164

Open PrometheanDesign opened 4 years ago

PrometheanDesign commented 4 years ago

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 commented 3 years ago

This would be very useful.

cdupont commented 3 years ago

Any update?

PrometheanDesign commented 3 years ago

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