[utest][Kconfig] adjust RT_CONSOLEBUF_SIZE when utest is enabled

This commit is contained in:
Meco Man 2024-11-17 13:10:46 -05:00 committed by Rbb666
parent 491f13e289
commit a406c8fce8
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ config RT_USING_CONSOLE
if RT_USING_CONSOLE if RT_USING_CONSOLE
config RT_CONSOLEBUF_SIZE config RT_CONSOLEBUF_SIZE
int "the buffer size for console log printf" int "the buffer size for console log printf"
default 256 if RT_USING_UTEST
default 128 default 128
config RT_CONSOLE_DEVICE_NAME config RT_CONSOLE_DEVICE_NAME