Open rbudai98 opened 1 week ago
I was thinking we need a common approach to this in the future because there are now several projects which can do both usb/serial/ethernet and an easier way to select them would be to literally specify with something like:
export INTERFACE=serial
export INTERFACE=usb
export INTERFACE=ethernet
I was thinking we need a common approach to this in the future because there are now several projects which can do both usb/serial/ethernet and an easier way to select them would be to literally specify with something like:
export INTERFACE=serial export INTERFACE=usb export INTERFACE=ethernet
Should we add this variable to generic.mk
?
v2:
By choosing the proper defines the user can choose between different implementation for connections.
Pull Request Description
Allowing user to choose between the desired interface type for iio connection. Possible options are:
PR Type
PR Checklist