Re: Separation of RTEMS sources and tool chain patches

2014-09-29 Thread Peter Dufault
On Sep 29, 2014, at 02:15 , Chris Johns chr...@rtems.org wrote: I can add the scripts to INI file format. I feel XML is too heavy a requirement for parsing. There is a single C++ file that does it and Python handles the format easily. I also think it is easier to read. Yes, INI is easier

Re: [PATCH] or1ksim: Console: implement uart_read_polled

2014-09-29 Thread Joel Sherrill
Sorry. This is now committed. Anything else besides the task stack initialization patch? --joel On 9/29/2014 12:57 AM, Hesham Moustafa wrote: Hi, This patch is needed for capture, pppd and any other tests that prompt users to input data interactively. Regards, Hesham On Fri, Sep 19,

Re: [PATCH] or1ksim: Console: implement uart_read_polled

2014-09-29 Thread Hesham Moustafa
On Mon, Sep 29, 2014 at 10:02 PM, Joel Sherrill joel.sherr...@oarcorp.com wrote: On 9/29/2014 2:53 PM, Hesham Moustafa wrote: Thanks for committing. There are some other few pending patches. This one [1] adds qemu-system-or32 script to sim-scripts, and this [2] adds a new RTEMS tester

Re: Separation of RTEMS sources and tool chain patches

2014-09-29 Thread Chris Johns
On 30/09/2014 3:26 am, Peter Dufault wrote: On Sep 29, 2014, at 02:15 , Chris Johns chr...@rtems.org wrote: I can add the scripts to INI file format. I feel XML is too heavy a requirement for parsing. There is a single C++ file that does it and Python handles the format easily. I also think