logger: xtensa: increase logger stack
Crashes observed with default logger stack. Xtensa usually needs more thread stack. Fixes #12201 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2603bd81e8
commit
239805b2d8
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ config LOG_PROCESS_THREAD_STACK_SIZE
|
|||
int "Stack size for the internal log processing thread"
|
||||
default 2048 if COVERAGE_GCOV
|
||||
default 1024 if NO_OPTIMIZATIONS
|
||||
default 1024 if XTENSA
|
||||
default 768
|
||||
help
|
||||
Set the internal stack size for log processing thread.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue