arch: arm64: Fix logging test
We need a slightly bigger stack to be able to successfully pass the logging test. Fix the stack size and enable back the test. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
0d5e011be4
commit
86a60475a4
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ testing:
|
|||
- console
|
||||
- drivers
|
||||
- interrupt
|
||||
- logging
|
||||
- net
|
||||
- nfc
|
||||
- shell
|
||||
|
|
|
@ -214,6 +214,7 @@ config LOG_PROCESS_THREAD_STACK_SIZE
|
|||
default 1024 if NO_OPTIMIZATIONS
|
||||
default 1024 if XTENSA
|
||||
default 4096 if (X86 && X86_64)
|
||||
default 4096 if ARM64
|
||||
default 768
|
||||
help
|
||||
Set the internal stack size for log processing thread.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue