Hi,
Today I made at first test on my stm32 board with your lib. First impression works great an compiles without any warning on gnu_arm_gcc 5.x
One usage question... normaly I use :
if I would like to print something at the beginning of a new line. But with your implementation I do also need some additional line feed - otherwise the line does not start at position 0 on a terminal:
printf("\n\rHallo Welt");
So I am wondering if the _printchar should handles this is the printf implementation responsible for that?
many thanks
Hi,
Today I made at first test on my stm32 board with your lib. First impression works great an compiles without any warning on gnu_arm_gcc 5.x
One usage question... normaly I use :
if I would like to print something at the beginning of a new line. But with your implementation I do also need some additional line feed - otherwise the line does not start at position 0 on a terminal:
So I am wondering if the _printchar should handles this is the printf implementation responsible for that?
many thanks