From 2e822d5c568b4991bee75271c50f3c7a3178a821 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 28 Nov 2024 10:36:29 +0100 Subject: [PATCH] Revert "samples: bt: reduce system heap memory for the hci_ipc sample" This reverts commit 184c0f9e9df4fa26e0508edff5bbb19e4790e850. Reducing system heap memory to 1024 caused runtime failures on some platforms. This commit revert that change and return to the previous size. Signed-off-by: Valerio Setti --- .../bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf b/samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf index 2b2b1348ccb..6c28a4537e6 100644 --- a/samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf +++ b/samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf @@ -5,7 +5,7 @@ CONFIG_ISR_STACK_SIZE=1024 CONFIG_IDLE_STACK_SIZE=256 CONFIG_MAIN_STACK_SIZE=512 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512 -CONFIG_HEAP_MEM_POOL_SIZE=1024 +CONFIG_HEAP_MEM_POOL_SIZE=4096 CONFIG_CBPRINTF_REDUCED_INTEGRAL=y CONFIG_ISR_TABLES_LOCAL_DECLARATION=y