logging: increase the maximum value of LOG_BUFFER_SIZE
Increase the maximum value of LOG_BUFFER_SIZE from 64 KB to 1 MB to accommodate varying device requirements. Signed-off-by: Jungo Lin <jungolin.tw@gmail.com>
This commit is contained in:
parent
674529e11b
commit
7019abb820
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ endif # LOG_PROCESS_THREAD
|
||||||
config LOG_BUFFER_SIZE
|
config LOG_BUFFER_SIZE
|
||||||
int "Number of bytes dedicated for the logger internal buffer"
|
int "Number of bytes dedicated for the logger internal buffer"
|
||||||
default 1024
|
default 1024
|
||||||
range 128 65536
|
range 128 1048576
|
||||||
help
|
help
|
||||||
Number of bytes dedicated for the logger internal buffer.
|
Number of bytes dedicated for the logger internal buffer.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue