Skip to content

Commit 5bf2513

Browse files
committed
[nrf fromlist] 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. Upstream PR #: 81060 Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 3d2e122 commit 5bf2513

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ CONFIG_EXTERNAL_CACHE=y
2626

2727
# Enable GPIO
2828
CONFIG_GPIO=y
29+
30+
CONFIG_MAX_THREAD_BYTES=3

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
2323
# Enable cache
2424
CONFIG_CACHE_MANAGEMENT=y
2525
CONFIG_EXTERNAL_CACHE=y
26+
27+
CONFIG_MAX_THREAD_BYTES=3

0 commit comments

Comments
 (0)