Re: Regarding a beginner friendly bug

2017-01-31 Thread Sebastian Huber
Hello Tanu Hari Dixit, On 31/01/17 19:15, Tanu Hari Dixit wrote: Hello all, Is there a beginner friendly bug that I can be assigned? I would like to get involved and learn more about RTEMS. these three bugs are close to being beginner friendly: https://devel.rtems.org/ticket/2375

Re: GSoC Mentors / Projects of Interest

2017-01-31 Thread Tanu Hari Dixit
Hello, I'm unable to change the content of "Description" field on Trac. I read https://devel.rtems.org/wiki/TracTickets and couldn't find any luck. I read a thread on Trac's mailing list (https://lists.gt.net/trac/users/46376). Perhaps, it has to do something with TICKET_EDIT_DESCRIPTION

Re: GSoC Mentors / Projects of Interest

2017-01-31 Thread Tanu Hari Dixit
> * You removed the "Introduction" section. Any reason or just an oversight? > * The 'status' field is gone too. But, I think the status is not > needed in the ticket format. I removed the "Introduction" section by mistake. I'll include it. > > Did you face any difficulties in making the

Re: Regarding a beginner friendly bug

2017-01-31 Thread Tanu Hari Dixit
Thank you. I'll look into it. Regards, Tanu Hari Dixit. On Tue, Jan 31, 2017 at 11:50 PM, Kuan Hsun Chen wrote: > Hi, > > You can search by yourself on this website: https://devel.rtems.org/query > After you fix a bug and test your revision comprehensively, you

Re: GSoC Mentors / Projects of Interest

2017-01-31 Thread Joel Sherrill
On Tue, Jan 31, 2017 at 12:54 PM, Gedare Bloom wrote: > On Tue, Jan 31, 2017 at 12:21 PM, Tanu Hari Dixit > wrote: > > Hello, > > I created (https://devel.rtems.org/ticket/2891#ticket) on the lines of > > Gedare's advice for this open project > >

Re: GSoC Mentors / Projects of Interest

2017-01-31 Thread Gedare Bloom
On Tue, Jan 31, 2017 at 12:21 PM, Tanu Hari Dixit wrote: > Hello, > I created (https://devel.rtems.org/ticket/2891#ticket) on the lines of > Gedare's advice for this open project > (https://devel.rtems.org/wiki/Developer/Projects/Open/ImproveBeagleBSP). Looks nice, a few

Re: Regarding a beginner friendly bug

2017-01-31 Thread Kuan Hsun Chen
Hi, You can search by yourself on this website: https://devel.rtems.org/query After you fix a bug and test your revision comprehensively, you can send-out the patch to this mailing list. Best, Kuan-Hsun 2017-01-31 19:15 GMT+01:00 Tanu Hari Dixit : > Hello all, > Is there

Regarding a beginner friendly bug

2017-01-31 Thread Tanu Hari Dixit
Hello all, Is there a beginner friendly bug that I can be assigned? I would like to get involved and learn more about RTEMS. Thank you. Regards, Tanu Hari Dixit ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: GSoC Mentors / Projects of Interest

2017-01-31 Thread Tanu Hari Dixit
Hello, I created (https://devel.rtems.org/ticket/2891#ticket) on the lines of Gedare's advice for this open project (https://devel.rtems.org/wiki/Developer/Projects/Open/ImproveBeagleBSP). The link to buy USB-TTL FTDI Cable 3.3V on the open project page is probably broken. What should I replace it

[PATCH 2/2] c-user: Add Key concept locking protocols

2017-01-31 Thread Sebastian Huber
Update #2412. Update #2556. --- c-user/key_concepts.rst | 116 +++ c-user/semaphore_manager.rst | 93 +++--- common/refs.bib | 16 ++ 3 files changed, 140 insertions(+), 85 deletions(-) diff --git

[PATCH 1/2] c-user: Add key concept thread queues

2017-01-31 Thread Sebastian Huber
Update #2556. --- c-user/glossary.rst | 12 +-- c-user/key_concepts.rst | 53 + 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/c-user/glossary.rst b/c-user/glossary.rst index c482f08..9c4df99 100644 ---