I am using Eclipse variant called Atollic TrueSTUDIO version 9.2.0 for the STM32 platform.
When I do printf("Hello World\n");
from the microcontroller, is it possible to configure the Eclipse terminal to treat the \n
as a newline? Without the carriage return, Eclipse does not return the cursor to the start of the line.
Is it possible to do this? I tried the following: Window->Preferences->General->Workspace, and on this window selected "New text file line delimiter: Unix", but this did not work for me.