GSoC 2023 Proposal - Build System Conversion for BSPs from Makefile.inc config files to pkg-config

2023-03-27 Thread Ruturaj nanoti
Hi Everyone,

I wanted to request a review/feedback on my proposal for GSoC 2023. So, I
would really appreciate any comments and suggestions regarding this.
Following is a link to my proposal:
https://docs.google.com/document/d/1pFW1e9m_DdONVVpRc7Hf77PIZm9kW-PZtGEQUYVesGg/edit?usp=sharing

Thank You

Best Regards,
Ruturaj Nanoti
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 0/1] Fix a typo in the stm32h7 BSP Documentation

2023-03-15 Thread Ruturaj nanoti
Thank you

On Wed, Mar 15, 2023, 5:21 AM Karel Gardas  wrote:

>
> Thanks! Applied with a slightly modified commit message.
>
> Karel
>
> On 3/15/23 05:38, Ruturaj Nanoti wrote:
> > Hi,
> >
> > I found a small typo while going through the BSP documentation for
> > stm32h7 and fixed it in this commit.
> >
> > Thank You
> >
> > Ruturaj Nanoti (1):
> >Fixed a typo in the /user/bsps/arm/stm32h7.rst file.
> >
> >   user/bsps/arm/stm32h7.rst | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
>
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

[PATCH 1/1] Fixed a typo in the /user/bsps/arm/stm32h7.rst file.

2023-03-14 Thread Ruturaj Nanoti
---
 user/bsps/arm/stm32h7.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user/bsps/arm/stm32h7.rst b/user/bsps/arm/stm32h7.rst
index 9f1f082..6257e0d 100644
--- a/user/bsps/arm/stm32h7.rst
+++ b/user/bsps/arm/stm32h7.rst
@@ -248,7 +248,7 @@ installed. Please go to its *bin* directory. E.g.
 $ cd 
plugins/com.st.stm32cube.ide.mcu.externaltools.stlink-gdb-server.linux64_2.0.200.202202231230/tools/bin
 
 Now, you will need to edit provided *config.txt* file inside the
-directory. Use your favorite editor. Open the file and scrolls
+directory. Use your favorite editor. Open the file and scroll
 down to its end. You will see following comment:
 
 .. code-block:: none
-- 
2.34.1

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


[PATCH 0/1] Fix a typo in the stm32h7 BSP Documentation

2023-03-14 Thread Ruturaj Nanoti
Hi,

I found a small typo while going through the BSP documentation for
stm32h7 and fixed it in this commit.

Thank You

Ruturaj Nanoti (1):
  Fixed a typo in the /user/bsps/arm/stm32h7.rst file.

 user/bsps/arm/stm32h7.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1

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


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 1/1] testsuites/samples/hello/init.c: Modify the message in printf call

2023-03-07 Thread Ruturaj nanoti
Hi Gedare,

Thank you for your response. I have sent an email with the screenshot
attached that shows the hello world example running in the SIS simulator.

Regards,
Ruturaj Nanoti

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

> Thanks. Please email me and j...@rtems.org directly with a screenshot
> that shows you can run this modified hello world.
>
> On Mon, Mar 6, 2023 at 9:51 PM Ruturaj Nanoti 
> wrote:
> >
> > Changed the message printed out in the hello testsuite from
> > `Hello World` to `Hello RTEMS, from Ruturaj Nanoti!!` to
> > demonstrate the ability to work with the RTEMS project.
> > ---
> >  testsuites/samples/hello/init.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/testsuites/samples/hello/init.c
> b/testsuites/samples/hello/init.c
> > index 83f6342ab3..2faff4a1ec 100644
> > --- a/testsuites/samples/hello/init.c
> > +++ b/testsuites/samples/hello/init.c
> > @@ -41,7 +41,8 @@ static rtems_task Init(
> >  {
> >rtems_print_printer_fprintf_putc(_test_printer);
> >TEST_BEGIN();
> > -  printf( "Hello World\n" );
> > +  /* printf( "Hello World\n" ); */
> > +  printf( "Hello RTEMS, from Ruturaj Nanoti!!\n" );
> >TEST_END();
> >rtems_test_exit( 0 );
> >  }
> > --
> > 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 1/1] testsuites/samples/hello/init.c: Modify the message in printf call

2023-03-06 Thread Ruturaj Nanoti
Changed the message printed out in the hello testsuite from
`Hello World` to `Hello RTEMS, from Ruturaj Nanoti!!` to
demonstrate the ability to work with the RTEMS project.
---
 testsuites/samples/hello/init.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 83f6342ab3..2faff4a1ec 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -41,7 +41,8 @@ static rtems_task Init(
 {
   rtems_print_printer_fprintf_putc(_test_printer);
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  /* printf( "Hello World\n" ); */
+  printf( "Hello RTEMS, from Ruturaj Nanoti!!\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.34.1

___
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