Skip to content

Commit 2e822d5

Browse files
valeriosettifabiobaltieri
authored andcommitted
Revert "samples: bt: reduce system heap memory for the hci_ipc sample"
This reverts commit 184c0f9. 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 <[email protected]>
1 parent 3bf9a14 commit 2e822d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG_ISR_STACK_SIZE=1024
55
CONFIG_IDLE_STACK_SIZE=256
66
CONFIG_MAIN_STACK_SIZE=512
77
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
8-
CONFIG_HEAP_MEM_POOL_SIZE=1024
8+
CONFIG_HEAP_MEM_POOL_SIZE=4096
99
CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
1010

1111
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

0 commit comments

Comments
 (0)