[PATCH v2 1/1] eng: Add build system chapter

2020-07-10 Thread Sebastian Huber
Update #3818. --- eng/build-system.rst | 488 +++ eng/index.rst| 1 + images/eng/bld-bsp.dot | 33 +++ images/eng/bld-bsp.pdf | Bin 0 -> 15044 bytes images/eng/bld-bsp.png | Bin 0 -> 32435 bytes images/eng/bld-bsp2.dot | 42

[PATCH v2 0/1] Document the new build system

2020-07-10 Thread Sebastian Huber
This patch set adds an updated documetation of the new build system. You can have a look at the generated documents here: https://ftp.rtems.org/pub/rtems/people/sebh/eng.pdf This second version of the patch addesses some review comments from Gedare Bloom. Sebastian Huber (1): eng: Add build

Re: [PATCH v2 1/1] eng: Add build system chapter

2020-07-10 Thread Gedare Bloom
Looks good, thanks. The only comment I have is the the text on the dot graphs is hard to read. Maybe increase their fontsize attribute http://www.graphviz.org/doc/info/attrs.html#d:fontsize On Fri, Jul 10, 2020 at 7:48 AM Sebastian Huber wrote: > > Update #3818. > --- > eng/build-system.rst

Adding Test for Confstr() to LIBBSD

2020-07-10 Thread Eshan Dhawan
Hello everyone, I was planning to add test for Confstr() to RTEMS-Libbsd. In which testsuite the test cases will be added? I had sent a patch to port confstr to libbsd earlier Link to the patch : https://lists.rtems.org/pipermail/devel/2020-June/060235.html Thanks - Eshan

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-10 Thread Mritunjay Sharma
Apologies for the delay in response, It’s an important update that I want to give to my mentors that my current development laptop showed some problems yesterday and which worsened today. I have submitted my laptop for repair. The good thing is that I have the backup of the work done till day

Re: [PATCH v2 1/1] eng: Add build system chapter

2020-07-10 Thread Sebastian Huber
On 10/07/2020 16:36, Gedare Bloom wrote: Looks good, thanks. The only comment I have is the the text on the dot graphs is hard to read. Maybe increase their fontsize attribute http://www.graphviz.org/doc/info/attrs.html#d:fontsize Thanks for the review. I changed node shape of the graphs and

Re: [PATCH] Fix for Beaglebone BSP PWM bug

2020-07-10 Thread Chris Johns
On 5/7/20 8:43 pm, James Fitzsimons wrote: > > I hope that patch is ok, that was my first time using git send-email. > It looks OK to me but I would like Christian to approve it. > This patch fixes a bug in the Beaglebone BSP where the register offsets for > the > PWM outputs on header pins

[PATCH] Tests for pthread_getcpuclockid method. Ticket:3891

2020-07-10 Thread Eshan dhawan
The test wont run as there are no support by clock_gettime Signed-off-by: Eshan dhawan --- testsuites/psxtests/Makefile.am | 9 + testsuites/psxtests/configure.ac | 1 + testsuites/psxtests/psxgetcpuclockid01/init.c | 204 ++

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-10 Thread Gedare Bloom
On Fri, Jul 10, 2020 at 12:14 PM Mritunjay Sharma wrote: > > Apologies for the delay in response, > It’s an important update that I want to give to my mentors that my current > development laptop showed some problems yesterday and which worsened today. > > I have submitted my laptop for repair.

Re: [PATCH v2 1/1] eng: Add build system chapter

2020-07-10 Thread Gedare Bloom
On Fri, Jul 10, 2020 at 11:02 AM Sebastian Huber wrote: > > On 10/07/2020 16:36, Gedare Bloom wrote: > > > Looks good, thanks. The only comment I have is the the text on the dot > > graphs is hard to read. Maybe increase their fontsize attribute > >

Adding File descriptors to RTEMS

2020-07-10 Thread Eshan Dhawan
Hello everyone, As a part of my GSOC project I will be adding file descriptors List of some missing methods : https://docs.google.com/document/d/1n-JOFUbFn6V1kViAGWsEGbVHL9MxlMyKP0BbZhEA1Rs/edit Where will be the functions be added? Also what would be a good starting point :) -- Thanks - Eshan

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-10 Thread Joel Sherrill
Wading in late but I thought I saw something that was contradictory: Build BSP with --enable-networking Code needs rtems-libbsd If the code needs rtems-libbsd, then you MUST build fill with --disable-networking. If EPICS code needs rtems-libbsd, that limits the number of BSPs that can be used

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-10 Thread Joel Sherrill
On Fri, Jul 10, 2020 at 5:14 PM Joel Sherrill wrote: > Wading in late but I thought I saw something that was contradictory: > > Build BSP with --enable-networking > Code needs rtems-libbsd > > If the code needs rtems-libbsd, then you MUST build fill with > --disable-networking. > > If EPICS code