-
Notifications
You must be signed in to change notification settings - Fork 624
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] Integrate nrfx 3.7.0 followup features - retained_mem for nRF54H, VREGM removal, nRF54L SAADC internal inputs #2106
Merged
rlubos
merged 7 commits into
nrfconnect:main
from
nika-nordic:integrate_nrfx_3_7_0_retmem_vregm_saadcinputs_sdkzephyr
Oct 21, 2024
Merged
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
NordicBuilder
requested review from
jaz1-nordic,
kl-cruz,
magp-nordic,
masz-nordic and
nordicjm
October 14, 2024 12:21
nika-nordic
force-pushed
the
integrate_nrfx_3_7_0_retmem_vregm_saadcinputs_sdkzephyr
branch
2 times, most recently
from
October 18, 2024 18:48
fd4b34f
to
baca3a5
Compare
nika-nordic
changed the title
[nrf fromlist] Integrate nrfx 3.7.0 followup features - retained_mem for nRF54H, VREGM removal, nRF54L SAADC internal inputs
[nrf fromtree] Integrate nrfx 3.7.0 followup features - retained_mem for nRF54H, VREGM removal, nRF54L SAADC internal inputs
Oct 18, 2024
Normal voltage mode is no longer supported by MDK 8.67.0. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 6300e1b)
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]> (cherry picked from commit d494769)
…DC inputs SAADC peripheral for nRF54L Series allows to choose internal voltages as positive inputs. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit ece7da5)
… SAADC inputs 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]> (cherry picked from commit e315982)
…4h20 nRF54H20 cpuapp and cpurad are now compatible with retained_mem, so explicit list of supported devices can be removed. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 7048e0b)
…54h20 retained_mem driver is now compatible with nrf54h20 cpuapp & cpurad. Also add missing .conf for nrf54l15. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit e9f1f41)
… features Doc and .yaml descriptions shall mention retained_mem in supported features on affected boards. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 478a40a)
nika-nordic
force-pushed
the
integrate_nrfx_3_7_0_retmem_vregm_saadcinputs_sdkzephyr
branch
from
October 21, 2024 07:23
baca3a5
to
0ca12f8
Compare
mstasiaknordic
approved these changes
Oct 21, 2024
anangl
approved these changes
Oct 21, 2024
nordic-krch
approved these changes
Oct 21, 2024
adamkondraciuk
approved these changes
Oct 21, 2024
kl-cruz
approved these changes
Oct 21, 2024
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.
Depends on: #2076 .
Consolidates 3 upstream PRs:
- zephyrproject-rtos/zephyr#79489