Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nika-nordic
Copy link
Collaborator

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

New nrfx 3.7.0 release contains nRF54H20 EngC support
and multi-instanced PDM driver needed for nRF54L15 support.
Therefore support for PDM0 instance had to be added
in devicetree and Kconfig symbols.
Additionally, NRF_CCM_EVENT_ENDCRYPT was unified
and renamed to NRF_CCM_EVENT_END, so radio controller
and BabbleSim had to be aligned accordingly.

Signed-off-by: Nikodem Kastelik <[email protected]>
@zephyrbot
Copy link
Collaborator

zephyrbot commented Oct 2, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
babblesim_ext_2G4_libPhyComv1 BabbleSim/ext_2G4_libPhyComv1@aa49513 ❌ Impostor SHA: bf8e45bd1f870e49cc15392e045c28d54ea12285 BabbleSim/[email protected]
hal_nordic zephyrproject-rtos/hal_nordic@6d4acb8 (master) zephyrproject-rtos/hal_nordic#223 zephyrproject-rtos/hal_nordic#223/files

Note: This message is automatically posted and updated by the Manifest GitHub Action.

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]>
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]>
@nika-nordic nika-nordic force-pushed the add_saadc_int_inputs_nrf54l_zephyrupstream branch from f12032e to ac539d3 Compare October 2, 2024 14:31
@decsny decsny removed their request for review October 2, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants