Re: [PATCH idlestat] Add -o option to save output report to a file

2014-08-20 Thread Pi-Cheng Chen
On 21 August 2014 09:43, Daniel Lezcano wrote: > On 08/19/2014 09:22 AM, pi-cheng.chen wrote: >> >> Currently the serial terminal connected to the boards running idlestat are >> restricted to be at least 80 characters wide to output the report. >> Otherwise >> idlestat quits with message "The term

Re: [PATCH idlestat] Add -o option to save output report to a file

2014-08-20 Thread Daniel Lezcano
On 08/19/2014 09:22 AM, pi-cheng.chen wrote: Currently the serial terminal connected to the boards running idlestat are restricted to be at least 80 characters wide to output the report. Otherwise idlestat quits with message "The terminal must be at least 80 columns wide". Fix it by adding a "-o

[PATCH idlestat] Add -o option to save output report to a file

2014-08-19 Thread pi-cheng.chen
Currently the serial terminal connected to the boards running idlestat are restricted to be at least 80 characters wide to output the report. Otherwise idlestat quits with message "The terminal must be at least 80 columns wide". Fix it by adding a "-o" option to save report output to a file. Si