From c4f3dd1059e2867c1f12adcd6e2e231867518f93 Mon Sep 17 00:00:00 2001 From: Nordic Builder Date: Fri, 21 Mar 2025 14:10:26 +0000 Subject: [PATCH 1/2] manifest: Update sdk-zephyr revision (auto-manifest PR) Automatically created by Github Action Signed-off-by: Nordic Builder --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index a0282ca80c60..d4810f2b3a10 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 89fe459c07368c8cefc16eb8e49858a091390507 + revision: pull/2659/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above From 15543e1d2e0a9e908265a4eb04720a3d4f5e7afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Rist=20Sk=C3=B8ien?= Date: Mon, 24 Mar 2025 17:07:45 +0100 Subject: [PATCH 2/2] applications: nrf5340_audio: Added BT_PRIVATE_SHELL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Due to cherry-picks, BT_PRIVATE_SHELL is required - OCT-3354 Signed-off-by: Kristoffer Rist Skøien --- subsys/bluetooth/rpc/Kconfig | 1 + west.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/subsys/bluetooth/rpc/Kconfig b/subsys/bluetooth/rpc/Kconfig index 0f3eb3810b13..b0e64d8e6b71 100644 --- a/subsys/bluetooth/rpc/Kconfig +++ b/subsys/bluetooth/rpc/Kconfig @@ -78,6 +78,7 @@ config HEAP_MEM_POOL_SIZE config BT_SHELL bool "Bluetooth shell" select SHELL + select BT_PRIVATE_SHELL endif # BT_RPC_CLIENT diff --git a/west.yml b/west.yml index d4810f2b3a10..d1c3f6141f29 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: pull/2659/head + revision: 3fef3bd6ec5cc3eb18776de621326ff2eb0ea0bb import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above