Skip to content

Commit e809280

Browse files
committed
nordic: nrf54h20: Increase the MAX_THREAD_BYTES
I need to check if this will go upstream but it breaks building some of the kernel tests in zephyr. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 663524b commit e809280

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)