Skip to content

Commit

Permalink
nordic: nrf54h20: Increase the MAX_THREAD_BYTES
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Vge0rge authored and nordic-pikr committed Nov 6, 2024
1 parent fdb8ad2 commit ea69b6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ CONFIG_EXTERNAL_CACHE=y

# Enable GPIO
CONFIG_GPIO=y

CONFIG_MAX_THREAD_BYTES=3
2 changes: 2 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
# Enable cache
CONFIG_CACHE_MANAGEMENT=y
CONFIG_EXTERNAL_CACHE=y

CONFIG_MAX_THREAD_BYTES=3

0 comments on commit ea69b6c

Please sign in to comment.