Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions scripts/quarantine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,3 @@
platforms:
- [email protected]/nrf54h20/cpuapp
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-34187"

- scenarios:
- nrf.extended.secure_storage.backward_compatibility.psa.its.secure_storage.custom.store
- nrf.extended.secure_storage.backward_compatibility.psa.its.secure_storage.custom.transform
- nrf.extended.secure_storage.backward_compatibility.psa.its.secure_storage.store.settings
platforms:
- native_sim/native
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf9151dk/nrf9151
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-34909"
1 change: 1 addition & 0 deletions subsys/secure_storage/compatibility/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ config SECURE_STORAGE_TRUSTED_STORAGE_COMPATIBILITY
(SETTINGS_NVS && !SOC_SERIES_NRF54LX)) || \
SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM
select EXPERIMENTAL
select SECURE_STORAGE_64_BIT_UID
select SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_CUSTOM \
if SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS
help
Expand Down