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:
parent
887f210153
commit
8a190e82ba
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue