Re: [PATCH] bsp/tms570: implemented support functions to satisfy complete

2014-08-21 Thread Sebastian Huber
On 21/08/14 14:28, Pavel Pisa wrote: Thanks for suggestion On Thursday 21 of August 2014 14:08:51 Sebastian Huber wrote: For the _CPU_Counter_difference() please use c/src/lib/libbsp/shared/cpucounterdiff.c You need also a call to rtems_counter_initialize_converter() with the right frequency.

Re: [PATCH] bsp/tms570: implemented support functions to satisfy complete

2014-08-21 Thread Pavel Pisa
Thanks for suggestion On Thursday 21 of August 2014 14:08:51 Sebastian Huber wrote: > For the _CPU_Counter_difference() please use > > c/src/lib/libbsp/shared/cpucounterdiff.c > > You need also a call to rtems_counter_initialize_converter() with the right > frequency. Is this used for _CPU_Counte

Re: [PATCH] bsp/tms570: implemented support functions to satisfy complete

2014-08-21 Thread Sebastian Huber
For the _CPU_Counter_difference() please use c/src/lib/libbsp/shared/cpucounterdiff.c You need also a call to rtems_counter_initialize_converter() with the right frequency. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-

[PATCH] bsp/tms570: implemented support functions to satisfy complete

2014-08-21 Thread Pavel Pisa
This patch enables to build all RTEMS tests for tms570ls3137_hdk_sdram BSP variant in in default build (without --enable-rtems-debug set). --- Patch not tested on real hardware yet. I check it tomorrow when I am at university. c/src/lib/libbsp/arm/tms570/Makefile.am| 8 +++ .../li