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

[nrf fromtree] Integrate nrfx 3.7.0 followup features - retained_mem for nRF54H, VREGM removal, nRF54L SAADC internal inputs #2106

Commits on Oct 21, 2024

  1. [nrf fromtree] soc: nordic: nrf54l: remove normal voltage mode

    Normal voltage mode is no longer supported by MDK 8.67.0.
    
    Signed-off-by: Nikodem Kastelik <[email protected]>
    (cherry picked from commit 6300e1b)
    nika-nordic committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fcb2a50 View commit details
    Browse the repository at this point in the history
  2. [nrf fromtree] dts: nordic: refactor bindings helper symbols for SAADC

    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)
    nika-nordic committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e906c81 View commit details
    Browse the repository at this point in the history
  3. [nrf fromtree] drivers: adc: nrf: add support for nrf54l internal SAA…

    …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)
    nika-nordic committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    abdf822 View commit details
    Browse the repository at this point in the history
  4. [nrf fromtree] samples: drivers: adc: add support for internal nRF54L…

    … 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)
    nika-nordic committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e6903fd View commit details
    Browse the repository at this point in the history
  5. [nrf fromtree] drivers: retained_mem: nrf: align dependencies to nrf5…

    …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)
    nika-nordic committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2ca0c0e View commit details
    Browse the repository at this point in the history
  6. [nrf fromtree] tests: drivers: retained_mem: api: add support for nrf…

    …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)
    nika-nordic committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9ef31b6 View commit details
    Browse the repository at this point in the history
  7. [nrf fromtree] boards: nordic: nrf54hl: add retained_mem to supported…

    … 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 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0ca12f8 View commit details
    Browse the repository at this point in the history