This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zephyr CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN ignored in 1.6.0

Hello,

I have tried to upgrade a working project from ncs 1.5.0 to 1.6.0, which used the shell + console + RTT.

However, long commands (more than 16 chars) seem to be truncated when arriving to the shell interpreter.
I have to enter them in RTT in small chucks to work properly.

I looked a bit into it, and it seems the 

CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=2048
configuration I had is beeing ignored in RTT.
By default 16 (BUFFER_SIZE_DOWN) is used (SEGGER_RTT_Conf.h)

Is this a known regression?
Is there a workaround beside changing SEGGER_RTT_Conf?

Sincelry,
Manu
Related