Re: RTEMS on TMS570

2015-02-20 Thread Pavel Pisa
Hello Martin, I have no feedback from you if the Flash remap disable has solved your problems. If that works for you I would prepare patch to make remap conditional and not use it in the case when vectors are on right place. Best wishes, Pavel On Friday 06 of February 2015 17:16:3

Re: RTEMS on TMS570

2015-02-06 Thread Pavel Pisa
Hello Martin, as for the additional changes to the serial driver, I would wait for Premysl Houdek to check these and align it with his work. We need to consider if the whole descriptor should be read/write or if we provide separate structure/variable for read write field. As for the problem with

Re: RTEMS on TMS570

2015-02-04 Thread Pavel Pisa
Hello Martin, On Wednesday 04 of February 2015 14:13:41 Martin Galvan wrote: > #ifdef HAVE_CONFIG_H > #include "config.h" > #endif > > #include > > #include /* for device driver prototypes */ > > #include > #include > > /* forward declarations to avoid warnings */ > rtems_task Init(rtems_task_

Re: RTEMS on TMS570

2015-02-03 Thread Pavel Pisa
Hello Martin, On Tuesday 03 of February 2015 16:49:44 Martin Galvan wrote: > Hello Pavel! I'm writing you about the RTEMS support on the TMS570. Last > time we spoke I mentioned a bug on printf which caused the system to hang > when trying to print a two-digit decimal numer (e.g. 42). We've been t