Skip to content

Commit 9598137

Browse files
soc: nordic: nrf54h: increase default log process stack size
The nrf54h requires a larger stack for the log process as the uart backend uses power domains which do a bit of recursion as they are resumed. Increase the default bt 512 above what samples typically set the stack to (1024). Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 3dd4885 commit 9598137

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

soc/nordic/nrf54h/Kconfig.defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ if PM
4040
config PM_DEVICE
4141
default y
4242

43+
if LOG
44+
45+
config LOG_PROCESS_THREAD_STACK_SIZE
46+
default 1536
47+
48+
endif # LOG
49+
4350
endif # PM
4451

4552
if PM_DEVICE

0 commit comments

Comments
 (0)