-
Notifications
You must be signed in to change notification settings - Fork 644
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
[nrf fromtree] Enable adc tests on nrf54l20pdk #2497
Merged
rlubos
merged 3 commits into
nrfconnect:main
from
nordic-segl:NRFX-6832_Enable-ADC-tests-on-nrf54l20pdk
Feb 17, 2025
Merged
[nrf fromtree] Enable adc tests on nrf54l20pdk #2497
rlubos
merged 3 commits into
nrfconnect:main
from
nordic-segl:NRFX-6832_Enable-ADC-tests-on-nrf54l20pdk
Feb 17, 2025
+72
−2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Feb 14, 2025
Include ADC related changes from the upstream zephyr: - add support for adc gain 2/7; - enable ADC tests on nrf54l20pdk. nrfconnect/sdk-zephyr#2497 Signed-off-by: Sebastian Głąb <[email protected]>
nordic-piks
approved these changes
Feb 14, 2025
anangl
approved these changes
Feb 14, 2025
4b9ff94
to
443fb5d
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Feb 17, 2025
Include ADC related changes from the upstream zephyr: - add support for adc gain 2/7; - enable ADC tests on nrf54l20pdk. nrfconnect/sdk-zephyr#2497 Signed-off-by: Sebastian Głąb <[email protected]>
Extend current adc gains with new entry 2/7. Signed-off-by: Karol Lasończyk <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 057de458e2d3c7187f32ff109d1179fa8b8ca8b9)
Added the test configuration for nRF54L20 for the following tests: - adc_api - adc_error_cases Signed-off-by: Rafał Kuźnia <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit f78742ff752c302da1016c2bfb95d4824ea9460a)
Select Reference voltage of 900mV for ADC on nRF54L20pdk. Add ADC to the list of supported peripherals. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 99c398845d15373f82839a7848359fe6f13e3394)
443fb5d
to
8f9a87b
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Feb 17, 2025
Include ADC related changes from the upstream zephyr: - add support for adc gain 2/7; - enable ADC tests on nrf54l20pdk. nrfconnect/sdk-zephyr#2497 Signed-off-by: Sebastian Głąb <[email protected]>
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Feb 17, 2025
Include ADC related changes from the upstream zephyr: - add support for adc gain 2/7; - enable ADC tests on nrf54l20pdk. nrfconnect/sdk-zephyr#2497 Signed-off-by: Sebastian Głąb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull in ADC related changes from the Zephyr upstream.
manifest-pr-skip