mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This new configuration option, SHELL_BACKEND_RTT_BUFFER, allows selecting an alternative buffer for the Shell's RTT backend. By default buffer 0 is used, which conflicts with the default logging subsystem RTT backend buffer. This option is the counterpart to the logger's LOG_BACKEND_RTT_BUFFER. Signed-off-by: Maurits Fassaert <maurits.fassaert@sensorfy.ai>