Hello, I am porting Arduino MKR1000. I am sorry this question is not directly RIOT-OS related.
I am currently flashing/debugging the device using Segger EDU connected via SWD.
To run the debugging session, I run TUI=1 BOARD=arduino-mkr1000 make debug (I made a new board directory for MKR1000.) And the terminal shows me this screen:

As you can see, the command line catches newlines badly. I cannot keep debugging because the screen will become totally unreadable over time. Did anybody have this problem before? I posted this question because I am not sure where to ask... The programming environment is Ubuntu GNOME3 16.04.2 LTS and the terminal is GNOME terminal.
Hello, I am porting Arduino MKR1000. I am sorry this question is not directly RIOT-OS related.
I am currently flashing/debugging the device using Segger EDU connected via SWD.
To run the debugging session, I run
TUI=1 BOARD=arduino-mkr1000 make debug(I made a new board directory for MKR1000.) And the terminal shows me this screen:As you can see, the command line catches newlines badly. I cannot keep debugging because the screen will become totally unreadable over time. Did anybody have this problem before? I posted this question because I am not sure where to ask... The programming environment is Ubuntu GNOME3 16.04.2 LTS and the terminal is GNOME terminal.