Skip to content

Commit 239805b

Browse files
committed
logger: xtensa: increase logger stack
Crashes observed with default logger stack. Xtensa usually needs more thread stack. Fixes #12201 Signed-off-by: Anas Nashif <[email protected]>
1 parent 2603bd8 commit 239805b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/logging/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ config LOG_PROCESS_THREAD_STACK_SIZE
265265
int "Stack size for the internal log processing thread"
266266
default 2048 if COVERAGE_GCOV
267267
default 1024 if NO_OPTIMIZATIONS
268+
default 1024 if XTENSA
268269
default 768
269270
help
270271
Set the internal stack size for log processing thread.

0 commit comments

Comments
 (0)