Re: [PATCH rtems-net-legacy] netlegacy: Use os.path to get the file extension

2021-04-03 Thread Gedare Bloom
looks good On Fri, Apr 2, 2021 at 7:32 PM Vijay Kumar Banerjee wrote: > > --- > bsp_drivers.py | 5 +++-- > netlegacy.py | 5 +++-- > 2 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/bsp_drivers.py b/bsp_drivers.py > index cb6caa5..3ca10c6 100644 > --- a/bsp_drivers.py > +++

[PATCH rtems-net-legacy] nfsclient: Build nfsclient from the top level netlegacy script

2021-04-03 Thread Vijay Kumar Banerjee
--- netlegacy.py | 18 +- nfsclient/wscript | 1 + wscript | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/netlegacy.py b/netlegacy.py index 89176e6..f470da2 100644 --- a/netlegacy.py +++ b/netlegacy.py @@ -55,6 +55,13 @@ def build(bld):

[PATCH rtems-net-legacy v3] Remove RTEMS_NETWORKING checks

2021-04-03 Thread Vijay Kumar Banerjee
--- bsps/powerpc/mpc55xxevb/net/smsc9218i.c | 4 +-- libmisc/dummy-networking.c | 44 - telnetd/telnetd.c | 4 --- 3 files changed, 23 insertions(+), 29 deletions(-) diff --git a/bsps/powerpc/mpc55xxevb/net/smsc9218i.c

Re: Ticket#3889 updated

2021-04-03 Thread zack_on_the_speed_chanel
Thanks so much I was able to get it working! I was able to modify the test code and i was able to create the clock with the clock monotonic. I basically changed the the clock create argument to CLOCK_MONOTONIC which should test the branch. During test it failed at puts( "timer_create - OK"

Re: [PATCH rtems-docs v2 1/2] Added FAQ page

2021-04-03 Thread Chris Johns
On 4/4/21 10:37 am, Ayushman Mishra wrote: > Sir, can you please clarify a little bit what does "each question needs to be > a > section heading of some level" mean , becauseĀ sir I have usedĀ  this "-" > line > below every question which is a symbol used for showing the sentence as a >

Re: [PATCH rtems-docs v2 2/2] Corrected link

2021-04-03 Thread Chris Johns
On 3/4/21 5:19 am, Ayushman Mishra wrote: > --- > eng/stakeholders.rst | 4 +++- > user/bld/index.rst | 2 +- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/eng/stakeholders.rst b/eng/stakeholders.rst > index 756c462..a4413cf 100644 > --- a/eng/stakeholders.rst > +++

Re: [PATCH rtems-net-legacy v2] Remove RTEMS_NETWORKING checks

2021-04-03 Thread Gedare Bloom
On Fri, Apr 2, 2021 at 7:32 PM Vijay Kumar Banerjee wrote: > > * Remove nfsclient wscript and build from netlegacy.py These two different changes probably should have been two different patches? I barely even noticed the nfsclient change, since it isn't reflected in the first line of the commit

Re: [PATCH rtems-docs v2 1/2] Added FAQ page

2021-04-03 Thread Ayushman Mishra
And sir , if we can't use cross-link should I write a sentence like for eg. " (Please refer section 6.1.12. "Creating a Patch" of RTEMS Software Engineering manual in :r:url:`docs`) for question How do I make a patch? " On Sun, Apr 4, 2021 at 5:05 AM Chris Johns wrote: > > > > On 3/4/21 6:25 am,

Re: [PATCH rtems-docs v2 1/2] Added FAQ page

2021-04-03 Thread Ayushman Mishra
Using "-" makes H4 size headings (https://documentation-style-guide-sphinx.readthedocs.io/en/latest/style-guide.html#headings). Could there be a single FAQ section and then internal references, ie links? : Does it mean making separate .rst pages for each question (whose answers were

Re: [PATCH rtems-docs v2 1/2] Added FAQ page

2021-04-03 Thread Chris Johns
On 4/4/21 10:55 am, Ayushman Mishra wrote: > And sir , Chris is fine. I appreciate you using a formal name but in RTEMS there is no need. You are welcome here as a member of the community just like me. :) > if we can't use cross-link should I write a sentence like > for eg. " (Please refer

Re: GSoC Project- BSP Executable Conversion

2021-04-03 Thread Daman Bir Singh
Thanks for the update. If It's not too late, another project I would like to suggest is 4213 , libbsd: Reduce footprint of minimal buildset. Please tell me if I can go ahead with this project. Thanks & Regards, Daman On Tue, Mar 30, 2021 at 9:48 PM Gedare

Re: [PATCH 1/2] Added FAQ page

2021-04-03 Thread Chris Johns
On 24/3/21 6:34 am, Gedare Bloom wrote: > Did you build the docs and verify they look good? > On Tue, Mar 23, 2021 at 12:44 PM Ayushman Mishra > wrote: >> +How are floating point numbers handled ? >> +- >> + >> +`Floating point support in RTEMS >>

Re: [PATCH rtems-docs v2 1/2] Added FAQ page

2021-04-03 Thread Chris Johns
On 3/4/21 6:25 am, Gedare Bloom wrote: > On Fri, Apr 2, 2021 at 12:19 PM Ayushman Mishra > wrote: >> >> --- >> user/bld/index.rst | 2 + >> user/overview/index.rst | 2 + >> user/start/faq.rst | 295 +++ >>

Re: [PATCH rtems-docs v2 1/2] Added FAQ page

2021-04-03 Thread Ayushman Mishra
Sir, can you please clarify a little bit what does "each question needs to be a section heading of some level" mean , because sir I have used this "-" line below every question which is a symbol used for showing the sentence as a heading in sphinx document and after building the questions are

Re: [PATCH rtems-net-legacy v2] Remove RTEMS_NETWORKING checks

2021-04-03 Thread Vijay Kumar Banerjee
On Sat, Apr 3, 2021 at 12:27 PM Gedare Bloom wrote: > > On Fri, Apr 2, 2021 at 7:32 PM Vijay Kumar Banerjee wrote: > > > > * Remove nfsclient wscript and build from netlegacy.py > > These two different changes probably should have been two different > patches? I barely even noticed the nfsclient

Re: [PATCH 1/2] Added FAQ page

2021-04-03 Thread Chris Johns
On 3/4/21 6:29 am, Gedare Bloom wrote: > On Fri, Apr 2, 2021 at 12:55 PM Joel Sherrill wrote: >> On Fri, Apr 2, 2021 at 1:50 PM Ayushman Mishra >> wrote: >>> >>> Sir, It was given as an issue https://devel.rtems.org/ticket/3958 ( >>> Review wiki/TBR/Website/FAQ for correct links) for the faq

Re: #3860 - GSoC enquiries

2021-04-03 Thread Ida Delphine
Regarding adding a script similar to linux/checkpatch.pl the criteria whether patches should need changes before being applied will be based on the output from running uncrustify right? On Sat, Apr 3, 2021 at 2:32 AM Gedare Bloom wrote: > On Fri, Apr 2, 2021 at 6:09 PM Joel Sherrill wrote: > >