From d9727b8300020cfae41fa0572cb865dc77a24707 Mon Sep 17 00:00:00 2001 From: alperen sener Date: Mon, 17 Feb 2025 15:37:28 +0100 Subject: [PATCH 1/2] manifest: sdk-zephyr: Ble host and mesh fixes Update sdk-zephyr revision for host and mesh fixes. Signed-off-by: alperen sener --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 2e1bc42d594f..175c4f7ea5ad 100644 --- a/west.yml +++ b/west.yml @@ -66,7 +66,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: a2b33714ee8e918eddb102012e2c45f90f9c742d + revision: 107f9f0cf5369c707282724f7484d708a99ed274 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above From f04109151cd7c6d74cff29ea37aaa04b4df08154 Mon Sep 17 00:00:00 2001 From: alperen sener Date: Mon, 17 Feb 2025 15:41:24 +0100 Subject: [PATCH 2/2] bluetooth: mesh: Overwrite secure storage backend config Mesh currently uses TRSUTED_STORAGE backend. Overwriting the default SECURE_STORAGE with TRSUTED_STORAGE. Signed-off-by: alperen sener --- subsys/bluetooth/mesh/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/mesh/Kconfig b/subsys/bluetooth/mesh/Kconfig index 9429effffc2f..bf7111a02cfd 100644 --- a/subsys/bluetooth/mesh/Kconfig +++ b/subsys/bluetooth/mesh/Kconfig @@ -29,7 +29,7 @@ config MBEDTLS_HEAP_SIZE if BT_SETTINGS -config BT_MESH_PSA_CRYPTO_STORAGE +config BT_MESH_SECURE_STORAGE bool default y imply TRUSTED_STORAGE