Re: [PATCH v2] rtems-record: New program

2019-01-30 Thread Sebastian Huber
On 30/01/2019 22:11, Chris Johns wrote: On 30/1/19 9:31 pm, Sebastian Huber wrote: Update #3665. --- misc/record/record-client.c | 448 ++ What about placing this in: trace/record-client.c ? For important parts of the tools, for example linkers and tester, there is a sep

Re: Xilinx License Acceptable for RTEMS?

2019-01-30 Thread Sebastian Huber
On 30/01/2019 22:18, Chris Johns wrote: On 29/1/19 10:53 am, Chris Johns wrote: I am attempting to get some clarification from Xilinx on this. We have been working successfully with Xilinx in bringing about a change, it however takes time. My brief review of standalone_v6_8 code is encouraging.

Re: Xilinx License Acceptable for RTEMS?

2019-01-30 Thread Thomas Dörfler
Chris, this is great, thank you for pushing this !!! Thomas. - Ursprüngliche Mail - Von: "Chris Johns" An: "Sebastian Huber" , "Development" Gesendet: Mittwoch, 30. Januar 2019 22:18:45 Betreff: Re: Xilinx License Acceptable for RTEMS? On 29/1/19 10:53 am, Chris Johns wrote: > I am a

Re: Xilinx License Acceptable for RTEMS?

2019-01-30 Thread Chris Johns
On 29/1/19 10:53 am, Chris Johns wrote: > I am attempting to get some clarification from Xilinx on this. We have been > working successfully with Xilinx in bringing about a change, it however takes > time. My brief review of standalone_v6_8 code is encouraging. Xilinx has confirmed there is a chan

Re: [PATCH v2] rtems-record: New program

2019-01-30 Thread Chris Johns
On 30/1/19 9:31 pm, Sebastian Huber wrote: > Update #3665. > --- > misc/record/record-client.c | 448 ++ What about placing this in: trace/record-client.c ? For important parts of the tools, for example linkers and tester, there is a separate directory. I am sure there will b

[PATCH 2/2] user: Add basic event recording documentation

2019-01-30 Thread Sebastian Huber
Update #3665. --- user/tracing/captureengine.rst | 2 +- user/tracing/eventrecording.rst | 57 + user/tracing/index.rst | 1 + user/tracing/introduction.rst | 5 ++-- user/tracing/tracelinker.rst| 2 +- 5 files changed, 63 insertions(+),

[PATCH 1/2] c-user: Add event recording configuration

2019-01-30 Thread Sebastian Huber
Update #3665. --- c-user/configuring_a_system.rst | 58 + 1 file changed, 58 insertions(+) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst index a01053c..1e7b6cc 100644 --- a/c-user/configuring_a_system.rst +++ b/c-user/config

[PATCH v2] rtems-record: New program

2019-01-30 Thread Sebastian Huber
Update #3665. --- misc/record/record-client.c | 448 ++ misc/record/record-main.c| 335 +++ misc/record/record-text.c| 1071 + misc/record/rtems/recordclient.h | 139 + misc/record/rtems/recorddata.h | 1202 +