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

trusted_storage: switch to ZMS on nRF54L15 #17994

Merged

Commits on Oct 21, 2024

  1. samples: persistent_key_usage: use the ZMS settings backend on 54L15

    And fix the main configuration file by moving
    `CONFIG_TFM_ITS_ENCRYPTED=y` to the TF-M board targets' ones.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    641460f View commit details
    Browse the repository at this point in the history
  2. samples: protocols_serialization: server: use ZMS on 54L15

    The trusted storage library's storage backend now requires using ZMS
    instead of NVS on the nRF54l15.
    Make the same additions than in
    3ad9997.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c107b18 View commit details
    Browse the repository at this point in the history
  3. manifest: zephyr: pull in ZMS fixes

    To fix compilation warnings that in certain scenarios become errors,
    and that should just be fixed anyway.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fe1c733 View commit details
    Browse the repository at this point in the history
  4. manifest: sidewalk: use ZMS for new RRAM devices

    Pull in needed changes to align with the switch from NVS to ZMS
    for 54L15.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b3d5709 View commit details
    Browse the repository at this point in the history
  5. trusted_storage: disallow NVS on nRF54L15

    Force ZMS to be used as it's way better for RRAM.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7a3be91 View commit details
    Browse the repository at this point in the history