-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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: add support for nRF54L internal SAADC inputs #79330
drivers: adc: add support for nRF54L internal SAADC inputs #79330
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
f12032e
to
ac539d3
Compare
ac539d3
to
1573cbf
Compare
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.
I wonder if binding headers should just be more specific (ie, nrf91, nrf52833, etc.) instead of having _v suffix. It looks like this is the same IP just with more/less channels routed?
1573cbf
to
c67b5fa
Compare
Split header files containing symbols denoting SAADC inputs so that only supported inputs can be used for given device. Upstream PR: zephyrproject-rtos/zephyr#79330 Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit acb096b44eeddf353a54395f51600118f97cea57)
…DC inputs SAADC peripheral for nRF54L Series allows to choose internal voltages as positive inputs. Upstream PR: zephyrproject-rtos/zephyr#79330 Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit b74efe4cf82efbb3a518e69792d4d3e7c5a76415)
… SAADC inputs SAADC peripheral for nRF54L Series allows to choose internal voltages as positive inputs and samples shall showcase that. Upstream PR: zephyrproject-rtos/zephyr#79330 Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit c67b5fa3217b21bfe1604126f06cceb2a1f7c3a9)
Split header files containing symbols denoting SAADC inputs so that only supported inputs can be used for given device. Signed-off-by: Nikodem Kastelik <[email protected]>
c67b5fa
to
2734897
Compare
SAADC peripheral for nRF54L Series allows to choose internal voltages as positive inputs. Signed-off-by: Nikodem Kastelik <[email protected]>
SAADC peripheral for nRF54L Series allows to choose internal voltages as positive inputs and samples shall showcase that. Signed-off-by: Nikodem Kastelik <[email protected]>
2734897
to
a3d5e0e
Compare
Disregard first commit - this PR is based upon: #79121
nRF54L SAADC peripheral allows to choose internal voltage sources (VDD, AVDD, DVDD) as inputs. This PR allows to utilize those by the
adc
driver