SAM3 console

I think it would be better to improve showing the messages and logs in the console.
In the sam3u sources it would be good to add the “Carriage return \r” in the functions where the printf appears

For example.

old:

printf("Serial number: %s\n", usb_serial_number);
printf("ChipWhisperer-Lite Online. Firmware build: %s/%s\n", __TIME__, __DATE__);

new:

printf("Serial number: %s\r\n", usb_serial_number);
printf("ChipWhisperer-Lite Online. Firmware build: %s/%s\r\n", __TIME__, __DATE__);

I also agree with you to some extent, but I’m not so sure about it, its a bit cranky in my mind, I think more debate is needed on it to come up with some verdict.

it seems that colin is busy working with blackhat and project cw1200