logging: Increase dummy shell buffer size to 400 bytes for LOG_PRINTK

If LOG_PRINTK is used then the buffer size needs to be larger to
account for the additional header/footer output from the shell.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2022-09-26 08:42:54 +01:00 committed by Carles Cufí
commit b635b55ef0

View file

@ -398,6 +398,7 @@ config SHELL_PROMPT_DUMMY
config SHELL_BACKEND_DUMMY_BUF_SIZE config SHELL_BACKEND_DUMMY_BUF_SIZE
int "Size of dummy buffer size" int "Size of dummy buffer size"
default 400 if LOG_PRINTK
default 300 default 300
help help
This is size of output buffer that will be used by dummy backend, this limits number of This is size of output buffer that will be used by dummy backend, this limits number of