Skip to content

Commit

Permalink
samples: suit: smp_transfer: Change hci_ipc stack defaults
Browse files Browse the repository at this point in the history
Enabling real entropy for the radio core through the ssf_client and
the secure domain increased the stack requirements of the hci_ipc
used in this sample.

I couldn't run THREAD_ANALYZER in this application because of flash
overflows and other issues. I did practical tests with 50 byte intervals
and I know that 900 bytes is the least memory that could boot the radio
core.

I updated this to have the same configuration as the ipc_radio (2048
bytes)
application since the usage of the hci_ipc here will be replaced
with the ipc_radio later.

Signed-off-by: Georgios Vasilakis <[email protected]>
  • Loading branch information
Vge0rge committed Dec 23, 2024
1 parent c921c50 commit 551581a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/suit/smp_transfer/sysbuild/hci_ipc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
CONFIG_LOG=n
CONFIG_LOG_PRINTK=n
CONFIG_UART_CONSOLE=n

# These are copied from the ipc_radio application, since usage of hci_ipc will be
# replaced by the ipc_radio application later its configuration can be inherited here.
CONFIG_MAIN_STACK_SIZE=2048

0 comments on commit 551581a

Please sign in to comment.