boards: nordic: nrf54h20: Increase default MAX_THREAD_BYTES

The mechanism for communication between domains requires
extra threads. So change the default value MAX_THREAD_BYTES
to allow usage of more threads.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
This commit is contained in:
Georgios Vasilakis 2024-11-21 13:56:47 +01:00 committed by Benjamin Cabé
commit 8a190e82ba

View file

@ -6,6 +6,9 @@ if BOARD_NRF54H20DK_NRF54H20_CPUAPP
config BT_HCI_IPC
default y if BT
config MAX_THREAD_BYTES
default 3 if USERSPACE
endif # BOARD_NRF54H20DK_NRF54H20_CPUAPP
if BOARD_NRF54H20DK_NRF54H20_CPURAD
@ -13,4 +16,7 @@ if BOARD_NRF54H20DK_NRF54H20_CPURAD
config BT_CTLR
default y if BT
config MAX_THREAD_BYTES
default 3 if USERSPACE
endif # BOARD_NRF54H20DK_NRF54H20_CPURAD