Re: Project for GSoC 2020

2020-03-10 Thread Utkarsh Rai
Before specifying the interface I want to take your kind feedback on what all things would need to be done in the interface. By looking into the MMU description of ARM and x86, according to me, the implementation would have to be done in two levels- 1. The architecture-specific part, wherein I

Re: Any short projects available?

2020-03-10 Thread Gedare Bloom
On Tue, Mar 10, 2020 at 3:50 PM Christian Mauderer wrote: > > Hello Niteesh, > > currently the release process for 5.1 is very active. Maybe you want to > take a look whether you can support some small tasks there: > > https://devel.rtems.org/query?status=assigned=accepted=reopened=status=5.1 > >

Re: [PATCH] Hello World

2020-03-10 Thread Gedare Bloom
I would be willing to mentor a CAN project. Perhaps another will come along. If your proposal truly shines, a mentor may be found. On Tue, Mar 10, 2020 at 3:18 PM John kongtcheu wrote: > > Thank you for the information. I've been doing some research into the CAN > support and I think that it

Re: Any short projects available?

2020-03-10 Thread Christian Mauderer
Hello Niteesh, currently the release process for 5.1 is very active. Maybe you want to take a look whether you can support some small tasks there: https://devel.rtems.org/query?status=assigned=accepted=reopened=status=5.1 https://devel.rtems.org/query?status=new=status=5.1 For example:

Re: [PATCH] Hello World

2020-03-10 Thread John kongtcheu
Thank you for the information. I've been doing some research into the CAN support and I think that it would definitely be a project that I would be interested in. I am just a little curious though if there would be any available mentors for this project, and if so would I have the green light to

[PATCH] libio: Robust file descriptor reference counting

2020-03-10 Thread Sebastian Huber
There was a race conditon in the reference counting of file descriptors during a close() operation. After the call to the close handler, the rtems_libio_free() function cleared the flags to zero. However, at this point in time there may still exist some holders of the file descriptor. With

Any short projects available?

2020-03-10 Thread G. S. Niteesh
Hii, I interested in taking up small tasks/projects as a primer for GSoC. I am mostly interested in drivers, build system, core (Schedulers, MPU, etc) part of RTEMS. I am also okay with large projects if small ones aren't available. I'll start learning about them and will start working after

AW: [PATCH v2 3/3] i386: Port to RTEMS

2020-03-10 Thread Jan.Sommer
> -Ursprüngliche Nachricht- > Von: Sommer, Jan > Gesendet: Montag, 9. März 2020 16:11 > An: devel@rtems.org > Cc: Sommer, Jan > Betreff: [PATCH v2 3/3] i386: Port to RTEMS > > - Update imported files to compile rtems-libbsd for i386 based BSPs > --- > freebsd/sbin/sysctl/sysctl.c