GSoC-2022 Hello-World Project for BeagleBone Black

2022-03-14 Thread Prashanth S
Hi All, This is to send the Hello-World Project for BeagleBone Black BSP. I am Prashanth S a working professional with experience of 3 years and 6 months. I wanted to be part of open source community especially contributing RTOS, by taking GSoC-2022 as an opportunity I like to contribute to Beagl

Re: GSoC-2022 Hello-World Project for BeagleBone Black

2022-03-14 Thread Joel Sherrill
Congratulations! Send me and gedare@ your snapshot and diff privately or via Discord. You also need to add yourself to the table of interested folks https://devel.rtems.org/wiki/GSoC/2022 On Mon, Mar 14, 2022 at 10:39 AM Prashanth S wrote: > Hi All, > > This is to send the Hello-World Project

[PATCH] shell: Avoid potential stack corruption

2022-03-14 Thread Sebastian Huber
The rtems_shell_init() passed the address of a stack variable (exit_code) to rtems_shell_run(). If wait == false, then the stack variable goes out of scope but may be accessed by the created shell thread. The rtems_shell_script() was affected by the same problem. Close #4629. --- cpukit/libmisc