Closed smlng closed 5 years ago
If they are one shield, unifying them under one driver (in addition to the individual device drivers) like we did with the io1_xplained
extension board for samr21-xpro
might make sense.
mhm, I rather thought about introducing a pseudomodule iks01a2
which has the respective drivers as a dependency.
Also thinkable. But don't you have to configure the periphs used by the shield somewhere?
could be done with a distinct <DRIVER>_PARAMS_IKS01A2
in drivers/<driver>/include/<driver>_params.h
and then using #ifdef MODULE_IKS01A2
I guess? But again: first things first, i.e. getting all drivers ready and afterwards we care about the shield config.
But again: first things first, i.e. getting all drivers ready and afterwards we care about the shield config.
Yes, just wanted to bring this up.
duly noted, thanks for the pointer to io1_xplained
- wasn't aware of that.
I rather thought about introducing a pseudomodule iks01a2
io1-xplained
tries to address something similar for a temperature driver and gpio. I would do the same for iks01a2
and iks01a1
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.
closing this, its just a tracking issue.
This issue documents the state of driver support for sensors on the ST X-NUCLEO Shield IKS01A2, plus to coordinate the efforts and synchronize work on distinct drivers. It is a follow up to #6629 and has similar intention as #7152.