Skip to content

Commit ea69b6c

Browse files
Vge0rgenordic-pikr
authored andcommitted
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 fdb8ad2 commit ea69b6c

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)