Hello World with bsp stm32f4 - GSOC 2026 (vashu kashyap)

Name: Vashu Kashyap
About: I went through the project list and i am intrested in working on the Improving the STM32F4 with GPIO, SPI, DMA" through this GSOC 2026.

Prove You Can Work On RTEMS

i am successfully able to run Rtems7 Hello World with the stm32f4 bsp on the Nucleo-f446re

Patch file:

1 Like

It looks like your git config user.name may not be your name, please double check the name is correct.

Add yourself to tracking/2026 · main · RTEMS / Programs / Google Summer of Code · GitLab

Have a look at last year’s directory for some idea how to structure your personal page if you’d like some inspiration.

1 Like

it is my name "Vashu Kashyap " but without space in between “vashukashyap”.

1 Like

I would suggest you update it to make it look more like your name, with capital letters and a space.

1 Like

I just noticed that your patch file includes several files that shouldn’t be included, they should be git-ignored. Did you use git add -a -f? You should not do that.

The patch doesn’t show changes to the source file for hello world.

1 Like

I did so many commits, and my last commit was adding a files in .gitignore. therefore it was showing that.

1 Like

I did it again properly.

1 Like