-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Phasing out most Linux drivers #971
Comments
I don't expect to actually remove anything until RPi7 gets produced. We can hard-code the build systems to select SPIDEV despite the presence of other needed libraries. This should be the least breaking approach we can do to dissuade users from selecting other (seemingly unreliable) drivers. |
2bndy5
added a commit
that referenced
this issue
Apr 6, 2024
in preparation for #971 - affects CMake and configure scripts - adds warnings to docs with reference to #971 - removes docs' note about pigpio needed for IRQ support - fix cross-links in docs (probably a doxygen v1.10.0 difference) * set doxygen favicon * don't override user input about RF24_DRIVER in cmake when not using an env var to set RF24_DRIVER
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Jun 28, 2024
also defaults RF24_DRIVER to SPIDEV (per nRF24/RF24#971)
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Jun 28, 2024
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Jun 28, 2024
also defaults RF24_DRIVER to SPIDEV (per nRF24/RF24#971)
TMRh20
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Jun 30, 2024
* mesh.checkConnection via parent not master - Adjust mesh.checkConnection function to verify connectivity with parent only. Leave old functionality in place with a #define - Suggestions in place per @2bndy5 closes #249 * Fix last commit - _nodeID not nodeID * review changes * trigger compile size reports for PRs Specifically for PRs that only change the lib src code and not examples. * doc review use doxygen references * [docs] clarify return value of checkConnection() * format RF24Mesh.h Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * review supported CMake options also defaults RF24_DRIVER to SPIDEV (per nRF24/RF24#971) * add reference to new config macro in checkConnection() doc. --------- Co-authored-by: Brendan <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Jul 5, 2024
2bndy5
added a commit
to nRF24/RF24Network
that referenced
this issue
Jul 7, 2024
2bndy5
added a commit
to nRF24/RF24Mesh
that referenced
this issue
Jul 7, 2024
* mesh.checkConnection via parent not master - Adjust mesh.checkConnection function to verify connectivity with parent only. Leave old functionality in place with a #define - Suggestions in place per @2bndy5 closes #249 * Fix last commit - _nodeID not nodeID * review changes * trigger compile size reports for PRs Specifically for PRs that only change the lib src code and not examples. * doc review use doxygen references * [docs] clarify return value of checkConnection() * format RF24Mesh.h Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * review supported CMake options also defaults RF24_DRIVER to SPIDEV (per nRF24/RF24#971) * add reference to new config macro in checkConnection() doc. --------- Co-authored-by: Brendan <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm of the opinion that all but SPIDEV should be phased out.
Originally posted by @2bndy5 in #969 (comment)
The text was updated successfully, but these errors were encountered: