Re: [PATCH] c-user: Use new template for feature config opts

2020-03-24 Thread Sebastian Huber
On 18/03/2020 16:52, Sebastian Huber wrote: Try to bring all descriptions up to date. Add cross-references to several options. Update #3900. I checked in a slightly updated patch. I added a new option type "feature-enable" to produce a standard text for the default configuration: https://

GSOC 2020 Project Proposal - POSIX Compliance

2020-03-24 Thread Eshan Dhawan
Hello Everyone, I have completed the first draft for my GSOC 2020 proposal on POSIX Compliance. I have tried to implement every suggestion given to the draft by the community. I would like everyone to provide feedback on the project proposal. Also, tell if the project has enough work to be a gsoc p

[PATCH 16/16] This patch provides usage of RTEMS cross-compiler over GCC cross-compiler

2020-03-24 Thread utkarsh.ra...@gmail.com
--- user/start/tools.rst | 35 +-- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/user/start/tools.rst b/user/start/tools.rst index 92e99c8..3a6da3a 100644 --- a/user/start/tools.rst +++ b/user/start/tools.rst @@ -79,17 +79,32 @@ Add ``--verbose`` t

Re: [rtems-littlevgl PATCH] Add README

2020-03-24 Thread Vijay Kumar Banerjee
On Tue, Mar 24, 2020, 1:55 AM Gedare Bloom wrote: > Please add the maintainer info for the package, and/or devel@rtems.org > for questions (just in case someone picks this up somehow without > RTEMS!) > Thanks for the review. I'll add that in v2 once I get the @rtems address ;) Will it be possib

Re: [PATCH 16/16] This patch provides usage of RTEMS cross-compiler over GCC cross-compiler

2020-03-24 Thread Gedare Bloom
Hi Utkarsh, Please squash/fixup your patches to send a patch (set) that modifies the existing repository. For more, read about "git rebase interactive" mode. Thanks, Gedare On Tue, Mar 24, 2020 at 4:21 AM utkarsh.ra...@gmail.com wrote: > > --- > user/start/tools.rst | 35 +

Re: [rtems-littlevgl PATCH] Add README

2020-03-24 Thread Gedare Bloom
On Tue, Mar 24, 2020 at 6:22 AM Vijay Kumar Banerjee wrote: > > > > On Tue, Mar 24, 2020, 1:55 AM Gedare Bloom wrote: >> >> Please add the maintainer info for the package, and/or devel@rtems.org >> for questions (just in case someone picks this up somehow without >> RTEMS!) > > Thanks for the rev

[rtems-littlevgl PATCH v2 1/2] Add README

2020-03-24 Thread Vijay Kumar Banerjee
--- README.md | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000..d0e7b02 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +RTEMS LittlevGL +=== + +Wel

[rtems-littlevgl PATCH v2 2/2] Update lv_drivers

2020-03-24 Thread Vijay Kumar Banerjee
--- lv_drivers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_drivers b/lv_drivers index 24cedaa..ae69299 16 --- a/lv_drivers +++ b/lv_drivers @@ -1 +1 @@ -Subproject commit 24cedaa756b83c50c36f4aa0c625fcdfba89431b +Subproject commit ae69299c1fadb459d0438575d285f1ccf95b

Re: [rtems-littlevgl PATCH v2 1/2] Add README

2020-03-24 Thread Gedare Bloom
On Tue, Mar 24, 2020 at 1:09 PM Vijay Kumar Banerjee wrote: > > --- > README.md | 47 +++ > 1 file changed, 47 insertions(+) > create mode 100644 README.md > > diff --git a/README.md b/README.md > new file mode 100644 > index 000..d0e7b02 > --- /de

[PATCH] MAINTAINERS: Add myself to Write After Approval

2020-03-24 Thread Vijay Kumar Banerjee
--- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 437b55418b..29e22357a5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -52,6 +52,7 @@ Pavel Pisa pp...@pikron.com Christian Mauderer christian.maude...@embedded-brains.de H

Re: [rtems-littlevgl PATCH v2 1/2] Add README

2020-03-24 Thread Vijay Kumar Banerjee
On Wed, Mar 25, 2020 at 12:59 AM Gedare Bloom wrote: > On Tue, Mar 24, 2020 at 1:09 PM Vijay Kumar Banerjee > wrote: > > > > --- > > README.md | 47 +++ > > 1 file changed, 47 insertions(+) > > create mode 100644 README.md > > > > diff --git a/README

discussion related to source for porting headers and methods to RTEMS and newlib

2020-03-24 Thread Eshan Dhawan
Hello everyone, I have identified sources to port headers and methods to RTEMS and Newlib. I have given priority to FreeBSD for the choice of source. But method not present in FreeBSD can be ported from alternative sources like NetBSD and musl. -> Missing methods of math.h: I have compiled a list

discussion related to implementation of File descriptor functions in RTEMS

2020-03-24 Thread Eshan Dhawan
Hello everyone, As @Vaibhav Gupta suggested I have also added adding file descriptor functions to my GSOC project. I went through the mailing list archives for more information. RTEMS as its own file descriptor so the functions need to be implemented from scratch. I wanted to get more information

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-24 Thread Joel Sherrill
On Tue, Mar 24, 2020 at 4:57 PM Eshan Dhawan wrote: > Hello everyone, > As @Vaibhav Gupta suggested I have also added > adding file descriptor functions to my GSOC project. > I went through the mailing list archives for more information. > RTEMS as its own file descriptor so the functions need t

Re: discussion related to source for porting headers and methods to RTEMS and newlib

2020-03-24 Thread Gedare Bloom
email subject can be shortened. almost everything is a discussion :) On Tue, Mar 24, 2020 at 3:49 PM Eshan Dhawan wrote: > > Hello everyone, > I have identified sources to port headers and methods to RTEMS and Newlib. I > have given priority to FreeBSD for the choice of source. But method not >

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-24 Thread Gedare Bloom
On Tue, Mar 24, 2020 at 3:57 PM Eshan Dhawan wrote: > > Hello everyone, > As @Vaibhav Gupta suggested I have also added adding file descriptor > functions to my GSOC project. > I went through the mailing list archives for more information. > RTEMS as its own file descriptor so the functions need

Re: discussion related to source for porting headers and methods to RTEMS and newlib

2020-03-24 Thread Joel Sherrill
On Tue, Mar 24, 2020 at 5:33 PM Gedare Bloom wrote: > email subject can be shortened. almost everything is a discussion :) > > On Tue, Mar 24, 2020 at 3:49 PM Eshan Dhawan > wrote: > > > > Hello everyone, > > I have identified sources to port headers and methods to RTEMS and > Newlib. I have giv

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-24 Thread Eshan Dhawan
On Wed, Mar 25, 2020 at 4:01 AM Joel Sherrill wrote: > > > On Tue, Mar 24, 2020 at 4:57 PM Eshan Dhawan > wrote: > >> Hello everyone, >> As @Vaibhav Gupta suggested I have also >> added adding file descriptor functions to my GSOC project. >> I went through the mailing list archives for more inf

Re: [rtems-examples PATCH v2 1/2] Update rtems_waf

2020-03-24 Thread Chris Johns
On 2020-03-25 07:19, Vijay Kumar Banerjee wrote: On Thu, Mar 19, 2020 at 7:54 AM Chris Johns > wrote: Both these patches are fine to push. Vijay, please push once your access has been sorted out. Pushed this! Nice and thanks :) Chris _