Re: [PATCH] gsoc_task: Proof that I can contribute to RTEMS in GSoC

2021-03-19 Thread Rajiv Vaidyanathan
nk there is enough in that > specific direction for a GSoC scope anymore. > > >> I just realised that I never introduced myself 😅 I am Rajiv Vaidyanathan >> studying Masters in Computer Science at IIT Bombay, India. In my coursework >> and projects/ labs, I have gained so

Re: [PATCH] gsoc_task: Proof that I can contribute to RTEMS in GSoC

2021-03-19 Thread Gedare Bloom
t realised that I never introduced myself 😅 I am Rajiv Vaidyanathan > studying Masters in Computer Science at IIT Bombay, India. In my coursework > and projects/ labs, I have gained some experience in systems programming > and real time operating systems. I am extremely excited to contribu

Re: [PATCH] gsoc_task: Proof that I can contribute to RTEMS in GSoC

2021-03-19 Thread Rajiv Vaidyanathan
s/ labs, I have gained some experience in systems programming and real time operating systems. I am extremely excited to contribute to RTEMS. Thanks and regards, Rajiv On Fri, 19 Mar 2021 at 20:21, Gedare Bloom wrote: > Hi Rajiv, > > On Fri, Mar 19, 2021 at 4:21 AM Rajiv Vaidyanathan >

Re: [PATCH] gsoc_task: Proof that I can contribute to RTEMS in GSoC

2021-03-19 Thread Gedare Bloom
er); >TEST_BEGIN(); > - printf( "Hello World\n" ); > + printf( "Hello from The Dark Side! I'm Rajiv Vaidyanathan and am excited > to contribute to RTEMS@GSoC2021!\n" ); This is fine for the proof. Note that we limit code line lengths to 80 characters in pr

[PATCH] gsoc_task: Proof that I can contribute to RTEMS in GSoC

2021-03-19 Thread Rajiv Vaidyanathan
nathan and am excited to contribute to RTEMS@GSoC2021!\n" ); TEST_END(); rtems_test_exit( 0 ); } -- 2.25.1 ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

New to RTEMS, want to contribute

2019-09-01 Thread John Rodriguez
company as in Integration Engineer. If I can contribute to any of the open BSP tasks that would be great!! Is that something that I could help with? Any kind of guidance would greatly be appreciated. Thank you!! -John R ___ devel mailing list devel@rtems.org

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-04-13 Thread Abhinav Jain
Sir, I have read following papers and have gained a good knowledge of RTEMS and RTEMS memory management. https://dl.acm.org/ft_gateway.cfm?id=2597459&type=pdf http://adsabs.harvard.edu/full/2005ESASP.602E..26S http://ieeexplore.ieee.org/abstract/document/4958736/ I would like to begin with the co

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-04-03 Thread Abhinav Jain
Sir, I have gone through https://homes.cs.washington.edu/~levy/opal/opal-tocs.pdf, where the protection approach in Opal Operating System is provided. As per my understanding of the paper, I have tried to extract the memory protection part and have written a blog on it: http://ajrealtime.blogspot.

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-23 Thread Abhinav Jain
Sir, I have researched about the current MMU support available in RTEMS and I have mentioned about it in the proposal. Also as per your guidance, I have omitted the idea of developing memory protection for architectures not having MMU, rather I will give my full focus to developing MMU support for

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-17 Thread Abhinav Jain
Sir, Thanks for the guidance and feedback. I have shared the draft proposal through GSoC application. I will make the changes as per your suggestions and will add the details mentioned by you. Thanks and Regards Abhinav Jain On Sat, Mar 17, 2018 at 12:47 AM, Gedare Bloom wrote: > high-level co

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-16 Thread Joel Sherrill
On Mar 16, 2018 2:17 PM, "Gedare Bloom" wrote: high-level comments: * add citations to relevant literature that you used for inspiration. * start to write a design plan for the bsp-level framework you envision. * it would be a good idea to review the existing mmu support in RTEMS. * link to this

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-16 Thread Gedare Bloom
high-level comments: * add citations to relevant literature that you used for inspiration. * start to write a design plan for the bsp-level framework you envision. * it would be a good idea to review the existing mmu support in RTEMS. * link to this google doc as your "Draft" from your GSoC applic

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-16 Thread Abhinav Jain
Sir, I have prepared a draft proposal for GSoC 2018 as suggested by you. I request you to please guide me whether I have made it correctly or not, whether I have written some big plans or more things can be included. The link for the Proposal is: https://docs.google.com/document/d/1boKGnnzQGCzxIV

Re: want to contribute to project

2018-03-14 Thread Vijay Kumar Banerjee
Okay , I'll start a new thread as told by Joel . On 15 March 2018 at 03:26, Joel Sherrill wrote: > > > On Wed, Mar 14, 2018 at 4:49 PM, Cillian O'Donnell > wrote: > >> The covoar fixes made it in but all the python stuff never made it in >> because of outstanding issues in the open project page

Re: want to contribute to project

2018-03-14 Thread Vijay Kumar Banerjee
On 15 March 2018 at 02:43, Cillian O'Donnell wrote: > > > On 14 March 2018 at 19:51, Cillian O'Donnell > wrote: > >> >> >> On 14 March 2018 at 18:26, Vijay Kumar Banerjee > > wrote: >> >>> I'm still getting the Covoar not found error >>> I'm not able to understand what am I missing, if it needs

Re: want to contribute to project

2018-03-14 Thread Chris Johns
On 15/03/2018 08:56, Joel Sherrill wrote: > On Wed, Mar 14, 2018 at 4:49 PM, Cillian O'Donnell > wrote: > The covoar fixes made it in but all the python stuff never made it in > because of outstanding issues in the open project page, so to see it > working

Re: want to contribute to project

2018-03-14 Thread Joel Sherrill
On Wed, Mar 14, 2018 at 4:49 PM, Cillian O'Donnell wrote: > The covoar fixes made it in but all the python stuff never made it in > because of outstanding issues in the open project page, so to see it > working, it'll have to be from the old github until the terms tester stuff > gets merged. > O

Re: want to contribute to project

2018-03-14 Thread Cillian O'Donnell
The covoar fixes made it in but all the python stuff never made it in because of outstanding issues in the open project page, so to see it working, it'll have to be from the old github until the terms tester stuff gets merged. On Wed, 14 Mar 2018, 21:33 Joel Sherrill, wrote: > > > On Wed, Mar 14

Re: want to contribute to project

2018-03-14 Thread Joel Sherrill
On Wed, Mar 14, 2018 at 4:13 PM, Cillian O'Donnell wrote: > > > On 14 March 2018 at 19:51, Cillian O'Donnell > wrote: > >> >> >> On 14 March 2018 at 18:26, Vijay Kumar Banerjee > > wrote: >> >>> I'm still getting the Covoar not found error >>> I'm not able to understand what am I missing, if it

Re: want to contribute to project

2018-03-14 Thread Cillian O'Donnell
On 14 March 2018 at 19:51, Cillian O'Donnell wrote: > > > On 14 March 2018 at 18:26, Vijay Kumar Banerjee > wrote: > >> I'm still getting the Covoar not found error >> I'm not able to understand what am I missing, if it needs a fix, please >> help me understand the code. >> > > Have a look where

Re: want to contribute to project

2018-03-14 Thread Cillian O'Donnell
On 14 March 2018 at 18:26, Vijay Kumar Banerjee wrote: > I'm still getting the Covoar not found error > I'm not able to understand what am I missing, if it needs a fix, please > help me understand the code. > Have a look where all the rsb tools were built. Does covoar appear in there? The direc

Re: want to contribute to project

2018-03-14 Thread Joel Sherrill
On Wed, Mar 14, 2018 at 1:26 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > I'm still getting the Covoar not found error > I'm not able to understand what am I missing, if it needs a fix, please > help me understand the code. > covoar is now part of the rtems-tools package so you n

Re: want to contribute to project

2018-03-09 Thread Vijay Kumar Banerjee
On 9 Mar 2018 10:15 p.m., "Vijay Kumar Banerjee" wrote: On 9 Mar 2018 3:34 a.m., "Joel Sherrill" wrote: On Sun, Mar 4, 2018 at 4:52 AM, Cillian O'Donnell wrote: > > > On 3 March 2018 at 22:18, Vijay Kumar Banerjee > wrote: > >> Hello sir, >> >> I need some guidance to proceed to apply fo

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-06 Thread Abhinav Jain
Sir, Thanks a lot for the guidance. I will study the documents provided by you and will try to find more about this to increase my knowledge about Memory support. I will start preparing a draft proposal as per the template provided on the RTEMS GSoC page. Thanks and Regards Abhinav Jain On

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-06 Thread Gedare Bloom
On Sun, Mar 4, 2018 at 1:50 AM, Abhinav Jain wrote: > Sir, > > Thanks for your time and consideration. I was discussing this project with > Gedare Sir and he guided me, how to proceed. > I am studying various things before proceeding with the code part but for > now, I request you to please guide

Re: want to contribute to project

2018-03-04 Thread Vijay Kumar Banerjee
Cillian , Thanks for the detailed answers , I will start the reading and will write a first draft of the proposal in the way you mentioned and Will share the link here Thank you, Vijay k. On 4 Mar 2018 4:22 p.m., "Cillian O'Donnell" wrote: On 3 March 2018 at 22:18, Vijay Kumar Banerjee wrot

Re: want to contribute to project

2018-03-04 Thread Cillian O'Donnell
On 3 March 2018 at 22:18, Vijay Kumar Banerjee wrote: > Hello sir, > > I need some guidance to proceed to apply for #2920 as my GSoC project. > > I wanted to know the following points : > > 1. What are the prerequisites (do I have to produce something ? like the > hello world ) > Other than the

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-03 Thread Abhinav Jain
Sir, Thanks for your time and consideration. I was discussing this project with Gedare Sir and he guided me, how to proceed. I am studying various things before proceeding with the code part but for now, I request you to please guide me what should be my next steps to work on this project under GS

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-03 Thread Hesham Almatary
On Sun, Mar 4, 2018 at 10:20 AM, Joel Sherrill wrote: > > > On Mar 3, 2018 12:16 PM, "Abhinav Jain" wrote: > > Sir/Madam, > > I am Abhinav Jain, a second-year engineering student from Delhi, India. I > have been working in Linux Kernel Development, I have been writing small > drivers and have a g

MMU was Re: Contribute to a project under GSOC 2018

2018-03-03 Thread Joel Sherrill
On Mar 3, 2018 12:16 PM, "Abhinav Jain" wrote: Sir/Madam, I am Abhinav Jain, a second-year engineering student from Delhi, India. I have been working in Linux Kernel Development, I have been writing small drivers and have a good knowledge of the operating system. I have been studying about Memor

Re: want to contribute to project

2018-03-03 Thread Vijay Kumar Banerjee
Hello sir, I need some guidance to proceed to apply for #2920 as my GSoC project. I wanted to know the following points : 1. What are the prerequisites (do I have to produce something ? like the hello world ) 2. reference materials (like specific doc), to familiarise with the rtems-tester and

Contribute to a project under GSOC 2018

2018-03-03 Thread Abhinav Jain
Sir/Madam, I am Abhinav Jain, a second-year engineering student from Delhi, India. I have been working in Linux Kernel Development, I have been writing small drivers and have a good knowledge of the operating system. I have been studying about Memory Protection project(ticket #2904) for around a m

Re: want to contribute to project

2018-03-01 Thread Vijay Kumar Banerjee
Cillian , Thank you for the links, I will try to reproduce it , and in case of any problem, I'll surely ask . Vijay k. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: want to contribute to project

2018-03-01 Thread Cillian O'Donnell
On 1 March 2018 at 09:10, Vijay Kumar Banerjee wrote: > hello, > > while trying to figure out the starting point, I came across this project > form GSoC 2017 by C.P. O'Donell > > https://summerofcode.withgoogle.com/archive/2017/ > projects/4925375616385024/ > > Is this the project that has previo

Re: want to contribute to project

2018-03-01 Thread Vijay Kumar Banerjee
hello, while trying to figure out the starting point, I came across this project form GSoC 2017 by C.P. O'Donell https://summerofcode.withgoogle.com/archive/2017/projects/4925375616385024/ Is this the project that has previous works on the project I'm wanting to take (#2920) ? If not , please he

Re: want to contribute to project

2018-02-26 Thread Vijay Kumar Banerjee
Thank you for giving me a detailed introduction to the project objectives and mentors. I am interested in # 2920: "Improve Coverage analysis toolkit". Please guide me with the resources to get started with the project and get a deep understanding. Thank you Vijay On 26 February 2018 at 15:36, J

Re: Contribute to project

2018-02-26 Thread Abhinav Jain
Sir, I request you to please guide me so that I can proceed further. Thanks and Regards Abhinav Jain On Feb 24, 2018 12:19 PM, "Abhinav Jain" wrote: > Sir, > > Proceeding further with the memory protection project, I have read about > the IBM POWER architectures. I read about how memory manage

Re: want to contribute to project

2018-02-26 Thread Joel Sherrill
On Feb 26, 2018 2:22 AM, "Christian Mauderer" < christian.maude...@embedded-brains.de> wrote: Am 24.02.2018 um 16:21 schrieb Vijay Kumar Banerjee: > Hello, > > As told by Joel, I sent the screenshots of my working hello world to his > personal email and have also included my name in the GSoC track

Re: want to contribute to project

2018-02-26 Thread Christian Mauderer
Am 24.02.2018 um 16:21 schrieb Vijay Kumar Banerjee: > Hello, > > As told by Joel, I sent the screenshots of my working hello world to his > personal email and have also included my name in the GSoC tracking page . > > > + Make Eclipse Target Interaction work with RTEMS > (https://www.eclipse.or

want to contribute to project

2018-02-24 Thread Vijay Kumar Banerjee
Hello, As told by Joel, I sent the screenshots of my working hello world to his personal email and have also included my name in the GSoC tracking page . + Make Eclipse Target Interaction work with RTEMS ( https://www.eclipse.org/tcf/) + Improvements to our coverage reporting. GCOV validation an

Re: Contribute to project

2018-02-23 Thread Abhinav Jain
Sir, Proceeding further with the memory protection project, I have read about the IBM POWER architectures. I read about how memory management works within the POWER architecture along with Linux kernel. I specifically, read about POWER 8 and POWER 9 architecture and tried to understand the workin

Re: RSB valid status check (was: Contribute to project)

2018-02-21 Thread Abhinav Jain
Sir, I request you to please guide me whether I have done the task correctly or not and if something more is to be modified in this. If this is done correctly, please tell me how should I proceed further for the memory management project, which I was discussing earlier. Thanks and Regards Abhinav

Re: want to contribute to project

2018-02-21 Thread Joel Sherrill
On Wed, Feb 21, 2018 at 8:44 AM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > Hello sir, > > I am Vijay K. Banerjee , a 2nd year student of Computer Science and > Engineering from India . > I have knowledge of C/C++ and very much interested in contributing to the > project . > I have

want to contribute to project

2018-02-21 Thread Vijay Kumar Banerjee
Hello sir, I am Vijay K. Banerjee , a 2nd year student of Computer Science and Engineering from India . I have knowledge of C/C++ and very much interested in contributing to the project . I have done the initial hello world task . Please guide me in selecting a project and doing further study to

Re: RSB valid status check (was: Contribute to project)

2018-02-20 Thread Abhinav Jain
Sir, I have tried to incorporate the changes suggested by you. I request you to please check the new patch file and guide me if some more improvement is needed to be done. Thanks and Regards Abhinav Jain On Tue, Feb 20, 2018 at 8:27 PM, Abhinav Jain wrote: > Sir, > > I will edit the current

Re: Contribute to project

2018-02-20 Thread Abhinav Jain
Sir, I have gone through the code and tried to trace out where the error is occurring. I also read about the git status command and the problem which I was able to figure out from this was with the git status command only. I discussed this with Chris sir and he suggested me to make a different fun

Re: RSB valid status check (was: Contribute to project)

2018-02-20 Thread Abhinav Jain
Sir, I will edit the current patch accordingly and will take care of this in the future. Thanks and Regards Abhinav Jain On Tue, Feb 20, 2018 at 7:31 PM, Gedare Bloom wrote: > Oops, I should read my mail better. Thanks for breaking this out Chris. > Abhinav, > > On Tue, Feb 20, 2018 at 1:12 AM

Re: RSB valid status check (was: Contribute to project)

2018-02-20 Thread Gedare Bloom
Oops, I should read my mail better. Thanks for breaking this out Chris. Abhinav, On Tue, Feb 20, 2018 at 1:12 AM, Abhinav Jain wrote: > Sir, > > I have attached the patch file with this mail. I have tried to follow all > the conventions that were listed in the User Git page. I request you to > pl

Re: Contribute to project

2018-02-20 Thread Gedare Bloom
On Sun, Feb 18, 2018 at 3:19 AM, Abhinav Jain wrote: > Sir, > > I have gone through the code concerning the issue raised. I also read about > the working of git status command and the problem that I am able to figure > out is that although the existing code is able to check whether the current > p

Re: RSB valid status check (was: Contribute to project)

2018-02-19 Thread Abhinav Jain
Sir, I have attached the patch file with this mail. I have tried to follow all the conventions that were listed in the User Git page. I request you to please check and guide me whether I have done it correctly or not or whether something more is to be done. Thanks and Regards Abhinav Jain On Tue

Re: RSB valid status check (was: Contribute to project)

2018-02-19 Thread Chris Johns
On 19/02/2018 21:19, Abhinav Jain wrote: > I have made the changes suggested by you in the code and hopefully, the issue > will be resolved as if the .git file is not found in the directory, the > process > will not go ahead and hence the wrong git repository will not be changed. Excellent. Pleas

Re: RSB valid status check (was: Contribute to project)

2018-02-19 Thread Abhinav Jain
Sir, I have made the changes suggested by you in the code and hopefully, the issue will be resolved as if the .git file is not found in the directory, the process will not go ahead and hence the wrong git repository will not be changed. I request to please guide me whether anything more is to be d

RSB valid status check (was: Contribute to project)

2018-02-18 Thread Chris Johns
Hi Abhinav I have broken the mail thread as we have switched from contributing to the project to a specific fix. > I have gone through the code concerning the issue raised. I also read about > the > working of git status command and the problem that I am able to figure out is > that although the

Re: Contribute to project

2018-02-18 Thread Abhinav Jain
Sir, I have gone through the code concerning the issue raised. I also read about the working of git status command and the problem that I am able to figure out is that although the existing code is able to check whether the current path exists or not but since it is relying on git status to check

Re: Contribute to project

2018-02-12 Thread Abhinav Jain
Sir, Thanks for the guidance. I will study the code available and will try to resolve the issue as soon as possible. Thanks and Regards Abhinav Jain On Tue, Feb 13, 2018 at 4:47 AM, Chris Johns wrote: > On 13/02/2018 06:05, Gedare Bloom wrote: > > Abhinav, > > > > Attempt to reproduce the repo

Re: Contribute to project

2018-02-12 Thread Chris Johns
On 13/02/2018 06:05, Gedare Bloom wrote: > Abhinav, > > Attempt to reproduce the reported problem, try out the patch and see > if it works. I see this was reported for 4.10. See if the problem also > affects 4.11, master, and if the fix works for them too. I suspect it is common to all branches.

Re: Contribute to project

2018-02-12 Thread Gedare Bloom
Abhinav, Attempt to reproduce the reported problem, try out the patch and see if it works. I see this was reported for 4.10. See if the problem also affects 4.11, master, and if the fix works for them too. Gedare On Mon, Feb 12, 2018 at 11:55 AM, Abhinav Jain wrote: > Sir, > > I have gone throu

Re: Contribute to project

2018-02-12 Thread Abhinav Jain
Sir, I have gone through the projects available in the link provided by you and I am interested in an issue (*RSB can sometimes change the wrong local git repository (includes a fix).*) listed there. Link: https://devel.rtems.org/ticket/2522#no1 I request you to please provide some more informatio

Re: Contribute to project

2018-02-06 Thread Abhinav Jain
Sir, Thanks a lot for the guidance. I will start with contributing to an existing project. Thanks and Regards Abhinav jain On Feb 6, 2018 10:55 PM, "Gedare Bloom" wrote: > Hello Abhinav Jain, > > It is good that you are studying. Now, you should pursue two paths: > 1. Produce some code for RTE

Re: Contribute to project

2018-02-06 Thread Gedare Bloom
Hello Abhinav Jain, It is good that you are studying. Now, you should pursue two paths: 1. Produce some code for RTEMS, perhaps by fixing a bug. A good place to start is the tickets on the open releases: https://devel.rtems.org/query?status=assigned&status=accepted&status=reopened&group=status&mil

Re: Contribute to project

2018-02-06 Thread Abhinav Jain
Sir, I have studied about SASOS. It's really a great approach to make the process faster by avoiding multiple copies of the data. I read about two SASOS namely Angel system(developed at City University, London) and Mungi system(developed by University of New South Wales, Australia). I also studied

Re: Contribute to project

2018-01-31 Thread Abhinav Jain
Sir, Thanks for the guidance. The mail is very informative and I will follow the way suggested by you. Thanks and regards Abhinav Jain On Jan 31, 2018 5:41 PM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: > The MMU support is a very challenging project. The scope of the projec

Re: Contribute to project

2018-01-31 Thread Sebastian Huber
The MMU support is a very challenging project. The scope of the project and potential use cases must be determined. You need a lot of experience to design good APIs and it helps if you know the APIs for this kind of stuff on other systems like QNX, Linux, FreeBSD, etc. For the architecture supp

Re: Contribute to project

2018-01-31 Thread Abhinav Jain
his project till now. Can >>> >>> you >>> >>> please help me guiding how can I proceed with contributing to this >>> >>> project. >>> >>> >>> >>> Thanks and Regards >>> >>> Abhinav Jain >>>

Re: Contribute to project

2018-01-30 Thread Gedare Bloom
>>> Although I was able to get a brief about the project, I was not able >>> >>> to >>> >>> find the code part and the work done in this project till now. Can >>> >>> you >>> >>> please help me guiding how c

Re: Contribute to project

2018-01-30 Thread Abhinav Jain
w can I proceed with contributing to this >> project. >> >>> >> >>> Thanks and Regards >> >>> Abhinav Jain >> >>> Mob: +91 9717743353 >> >>> >> >>> On Tue, Jan 23, 2018 at 10:23 PM, Abhinav Jain > >

Re: Contribute to project

2018-01-26 Thread Abhinav Jain
0:23 PM, Abhinav Jain > >>> wrote: > >>>> > >>>> Sir, > >>>> > >>>> Thanks a lot for your guidance. > >>>> > >>>> Thanks and regards > >>>> Abhinav jain > >>>> > >>

Re: Contribute to project

2018-01-26 Thread Amaan Cheval
gt; Thanks and regards >>>> Abhinav jain >>>> >>>> On Jan 23, 2018 10:03 PM, "Gedare Bloom" wrote: >>>>> >>>>> Abhinav, >>>>> >>>>> On Tue, Jan 23, 2018 at 11:22 AM, Abhinav Jain >>>>> wro

Re: Contribute to project

2018-01-26 Thread Amaan Cheval
nce. >>> >>> Thanks and regards >>> Abhinav jain >>> >>> On Jan 23, 2018 10:03 PM, "Gedare Bloom" wrote: >>>> >>>> Abhinav, >>>> >>>> On Tue, Jan 23, 2018 at 11:22 AM, Abhinav Jain >>>> wrot

Re: Contribute to project

2018-01-25 Thread Abhinav Jain
gt; Hello! >>> > >>> > I have gone through the list of open source projects and found a >>> project >>> > named "Memory Protection"(https://devel.rtems.org/ticket/2904) very >>> > interesting. >>> > Please elaborate more on the pr

Re: Contribute to project

2018-01-24 Thread Abhinav Jain
; >> > I have gone through the list of open source projects and found a project >> > named "Memory Protection"(https://devel.rtems.org/ticket/2904) very >> > interesting. >> > Please elaborate more on the project and guide me how can I contribute >> to

Re: Contribute to project

2018-01-23 Thread Abhinav Jain
e projects and found a project > > named "Memory Protection"(https://devel.rtems.org/ticket/2904) very > > interesting. > > Please elaborate more on the project and guide me how can I contribute > to it > > and what all do I need to know before starting. > >

Re: Contribute to project

2018-01-23 Thread Gedare Bloom
oject and guide me how can I contribute to it > and what all do I need to know before starting. > You should review the work that was done in previous years on this topic. There have been a few efforts made toward it. Currently, the most useful thing is to try defining a unified BSP framework

Re: Contribute to project

2018-01-23 Thread Abhinav Jain
Hello! I have gone through the list of open source projects and found a project named "Memory Protection"(https://devel.rtems.org/ticket/2904) very interesting. Please elaborate more on the project and guide me how can I contribute to it and what all do I need to know before starting.

Re: Contribute to project

2018-01-21 Thread Christian Mauderer
Am 21.01.2018 um 16:01 schrieb Abhinav Jain: > Hello Christian Mauderer, > > I read about GSoC and I found it really interesting. It seems to be a > great platform to get linked with the open source communities. But it > seems that its registration starts sometime around March. Can I go > forward

Re: Contribute to project

2018-01-21 Thread Abhinav Jain
Hello Christian Mauderer, I read about GSoC and I found it really interesting. It seems to be a great platform to get linked with the open source communities. But it seems that its registration starts sometime around March. Can I go forward with some of the projects till then? Please guide what sh

Re: Contribute to project

2018-01-21 Thread Christian Mauderer
Am 21.01.2018 um 12:27 schrieb Abhinav Jain: > Sir > > Thanks for your reply and guidance. It will be a great help if you > please provide me a direction so that I can proceed further. > > > > Thanks and Regards > Abhinav Jain Hello Abhinav Jain, please keep that discussion on the mailing lis

Re: Contribute to project

2018-01-21 Thread Christian Mauderer
Am 21.01.2018 um 07:21 schrieb Abhinav Jain: > Sir/Madam > > May I get the liberty to bring it to your kind notice that I am second > year engineering student from Delhi, India. I am pursuing my engineering > in Instrumentation and Control and for around a year I have been working > in Linux Kerne

Contribute to project

2018-01-20 Thread Abhinav Jain
Sir/Madam May I get the liberty to bring it to your kind notice that I am second year engineering student from Delhi, India. I am pursuing my engineering in Instrumentation and Control and for around a year I have been working in Linux Kernel Development, I have been writing small drivers and have

Re: Contribute to RTEMS

2016-02-06 Thread Gedare Bloom
d projects. > > I was wondering if there are similar projects in Google Summer of Code > 2016 which I could contribute to. > > Thank you. > > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/lis

Contribute to RTEMS

2016-02-05 Thread Parthiv Parikh
card support, Raspberry Pi support, etc). I am personally interested in contributing towards embedded projects. I was wondering if there are similar projects in Google Summer of Code 2016 which I could contribute to. Thank you. ___ devel mailing list

Re: Contribute

2016-01-30 Thread Gedare Bloom
Welcome! Please see https://devel.rtems.org/wiki/GSoC/GettingStarted and https://devel.rtems.org/wiki/Developer/Contributing On Sat, Jan 30, 2016 at 10:43 AM, Christian Ngoulla Sob wrote: > Good morning, > > I am new comer willing to contribute to this community. This is my first >

Contribute

2016-01-30 Thread Christian Ngoulla Sob
Good morning, I am new comer willing to contribute to this community. This is my first time getting involved in open source. Can solve help me submitting my first patch. REgards ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman