Re: [PATCH 0/1] GSOC Contributor Opportunity

2023-03-07 Thread Ruturaj nanoti
Hi Gedare,

Thanks for your reply. I'll hop onto discord and discuss this there.

Regards,
Ruturaj Nanoti

On Tue, Mar 7, 2023 at 9:46 PM Gedare Bloom  wrote:

> Hi Ruturaj,
>
> It helps if you can describe briefly the topics that interest you,
> especially one email per topic idea can be most fruitful. That will
> give you more likely feedback, because most of us have no clue what
> the ticket numbers mean without clicking through. It would also be a
> good idea to hop on the Discord and discuss the topic ideas of
> interest in the #gsoc channel.
>
> Two of those tickets relate to the build system and tooling. Chris may
> know if they're still of interest.
>
> Gedare
>
> On Mon, Mar 6, 2023 at 9:51 PM Ruturaj Nanoti 
> wrote:
> >
> > Hi All,
> >
> > My name is Ruturaj Nanoti, I am currently pursuing my Master's degree in
> > Electrical Engineering at the University of Pennsylvania. I am interested
> > in Firmware development for embedded system applications. I have worked
> > with microcontrollers and development boards like STM32F4, RP2040 Pi
> Pico,
> > Teensy 4.1, ItsyBitsy (nRF52840), etc. and also have experience with
> > programming languages like C (both embedded and system level), C++,
> > and Python.
> >
> > I came across RTEMS, while browsing through the organizations
> participating
> > in GSOC this year, and found the work quite interesting and exciting. I
> would
> > love to be a part of RTEMS and contribute to the project. Following are
> the
> > links to some of the tasks, that I thought were quite exciting and I
> would
> > really like to work on:
> > - https://devel.rtems.org/ticket/4622
> > - https://devel.rtems.org/ticket/3302
> > - https://devel.rtems.org/ticket/4597
> >
> > I have built RTEMS and modified the `init.c` file under the `hello`
> testuite,
> > to say something else instead of "Hello World" as mentioned in the
> documentation
> > for students interested in GSOC. I also tested building the project
> after making
> > the change and the build suceeds, so I am sending over the changes as a
> patch.
> >
> > Please let me know about the next steps, and I look forward to work with
> you all.
> >
> > Thank You
> >
> > Ruturaj Nanoti (1):
> >   testsuites/samples/hello/init.c: Modify the message in printf call
> >
> >  testsuites/samples/hello/init.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > --
> > 2.34.1
> >
> > ___
> > devel mailing list
> > devel@rtems.org
> > http://lists.rtems.org/mailman/listinfo/devel
>
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 0/1] GSOC Contributor Opportunity

2023-03-07 Thread Gedare Bloom
Hi Ruturaj,

It helps if you can describe briefly the topics that interest you,
especially one email per topic idea can be most fruitful. That will
give you more likely feedback, because most of us have no clue what
the ticket numbers mean without clicking through. It would also be a
good idea to hop on the Discord and discuss the topic ideas of
interest in the #gsoc channel.

Two of those tickets relate to the build system and tooling. Chris may
know if they're still of interest.

Gedare

On Mon, Mar 6, 2023 at 9:51 PM Ruturaj Nanoti  wrote:
>
> Hi All,
>
> My name is Ruturaj Nanoti, I am currently pursuing my Master's degree in
> Electrical Engineering at the University of Pennsylvania. I am interested
> in Firmware development for embedded system applications. I have worked
> with microcontrollers and development boards like STM32F4, RP2040 Pi Pico,
> Teensy 4.1, ItsyBitsy (nRF52840), etc. and also have experience with
> programming languages like C (both embedded and system level), C++,
> and Python.
>
> I came across RTEMS, while browsing through the organizations participating
> in GSOC this year, and found the work quite interesting and exciting. I would
> love to be a part of RTEMS and contribute to the project. Following are the
> links to some of the tasks, that I thought were quite exciting and I would
> really like to work on:
> - https://devel.rtems.org/ticket/4622
> - https://devel.rtems.org/ticket/3302
> - https://devel.rtems.org/ticket/4597
>
> I have built RTEMS and modified the `init.c` file under the `hello` testuite,
> to say something else instead of "Hello World" as mentioned in the 
> documentation
> for students interested in GSOC. I also tested building the project after 
> making
> the change and the build suceeds, so I am sending over the changes as a patch.
>
> Please let me know about the next steps, and I look forward to work with you 
> all.
>
> Thank You
>
> Ruturaj Nanoti (1):
>   testsuites/samples/hello/init.c: Modify the message in printf call
>
>  testsuites/samples/hello/init.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> --
> 2.34.1
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

[PATCH 0/1] GSOC Contributor Opportunity

2023-03-06 Thread Ruturaj Nanoti
Hi All,

My name is Ruturaj Nanoti, I am currently pursuing my Master's degree in
Electrical Engineering at the University of Pennsylvania. I am interested
in Firmware development for embedded system applications. I have worked
with microcontrollers and development boards like STM32F4, RP2040 Pi Pico,
Teensy 4.1, ItsyBitsy (nRF52840), etc. and also have experience with
programming languages like C (both embedded and system level), C++,
and Python.

I came across RTEMS, while browsing through the organizations participating
in GSOC this year, and found the work quite interesting and exciting. I would
love to be a part of RTEMS and contribute to the project. Following are the
links to some of the tasks, that I thought were quite exciting and I would
really like to work on:
- https://devel.rtems.org/ticket/4622
- https://devel.rtems.org/ticket/3302
- https://devel.rtems.org/ticket/4597

I have built RTEMS and modified the `init.c` file under the `hello` testuite,
to say something else instead of "Hello World" as mentioned in the documentation
for students interested in GSOC. I also tested building the project after making
the change and the build suceeds, so I am sending over the changes as a patch.

Please let me know about the next steps, and I look forward to work with you 
all.

Thank You

Ruturaj Nanoti (1):
  testsuites/samples/hello/init.c: Modify the message in printf call

 testsuites/samples/hello/init.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.34.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel