-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: adc: nrfx_saadc: Remove platform dependencies #93497
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
drivers: adc: nrfx_saadc: Remove platform dependencies #93497
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
bjarki-andreasen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice! been waiting a while for this :)
c129ecd to
4c7bc60
Compare
ba30de0 to
c680885
Compare
c680885 to
9239aef
Compare
892e8d8 to
760fac2
Compare
Update hal_nordic version to have new common analog functionality. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Remove platform dependencies to make dt-bindings more generic. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Switch saadc pin definitions for generic ones defined in nrf-saadc.h Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Make the saadc driver more generic by including a generic header file for analog peripherals and removing platform dependencies. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
760fac2 to
3c6ad53
Compare
Remove platform dependencies and replace the analog pin mapping method with the generic one from the (LP)COMP driver. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
3c6ad53 to
472f8ae
Compare
|
|
Covered by 99399 |



Switch saadc drivers pin definitions for generic ones defined in nrf-saadc.h