Revert "samples: bt: reduce system heap memory for the hci_ipc sample"
This reverts commit 184c0f9e9d.
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 <vsetti@baylibre.com>
This commit is contained in:
parent
3bf9a14f98
commit
2e822d5c56
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue