Re: RTEMS and Google Code-In

2017-09-22 Thread Joel Sherrill
Oh. That looks like a good opportunity. On Fri, Sep 22, 2017 at 2:19 PM, Denis Obrezkov wrote: > Oh, I have meant this project: https://www.outreachy.org/ > > 2017-09-22 21:13 GMT+02:00 Joel Sherrill : > >> >> >> On Fri, Sep 22, 2017 at 11:47 AM, Denis Obrezkov > > wrote: >> >>> There is also th

Re: RTEMS and Google Code-In

2017-09-22 Thread Denis Obrezkov
Oh, I have meant this project: https://www.outreachy.org/ 2017-09-22 21:13 GMT+02:00 Joel Sherrill : > > > On Fri, Sep 22, 2017 at 11:47 AM, Denis Obrezkov > wrote: > >> There is also the Outreachy project, does RTEMS participate in it? >> >> > There are categories of tasks and Outreach is one o

Re: RTEMS and Google Code-In

2017-09-22 Thread Joel Sherrill
On Fri, Sep 22, 2017 at 11:47 AM, Denis Obrezkov wrote: > There is also the Outreachy project, does RTEMS participate in it? > > There are categories of tasks and Outreach is one of them. In the past, we have had students make new logos, gather information on RTEMS science missions for flyers, ma

Re: Recent IOP Changes and IPV4 TCP/IP Stack

2017-09-22 Thread Joel Sherrill
On Fri, Sep 22, 2017 at 1:10 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > - Joel Sherrill schrieb: > > Hi > > > > I don't see any changes to libnetworking/rtems. I thought > > there would be some impact but don't see it. > > > > I expected some impact but there are no

Re: Recent IOP Changes and IPV4 TCP/IP Stack

2017-09-22 Thread Sebastian Huber
- Joel Sherrill schrieb: > Hi > > I don't see any changes to libnetworking/rtems. I thought > there would be some impact but don't see it. > > I expected some impact but there are no recent changes to > this directory. > > Looking for an explanation. Here are the changes: https://git.rte

Recent IOP Changes and IPV4 TCP/IP Stack

2017-09-22 Thread Joel Sherrill
Hi I don't see any changes to libnetworking/rtems. I thought there would be some impact but don't see it. I expected some impact but there are no recent changes to this directory. Looking for an explanation. Thanks. --joel ___ devel mailing list deve

Re: RTEMS and Google Code-In

2017-09-22 Thread Denis Obrezkov
There is also the Outreachy project, does RTEMS participate in it? 2017-09-22 18:35 GMT+02:00 Joel Sherrill : > Hi > > Google Code-In is a program sponsored by the Google Open Source > Program Office like Google Summer of Code but targeted to high school > students. The projects are small taking

RTEMS and Google Code-In

2017-09-22 Thread Joel Sherrill
Hi Google Code-In is a program sponsored by the Google Open Source Program Office like Google Summer of Code but targeted to high school students. The projects are small taking no more than a few days. In order to be available to as many students as possible, many are non-coding. Open source orga

[PATCH] posix: Implement self-contained POSIX rwlocks

2017-09-22 Thread Sebastian Huber
POSIX rwlocks are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3115. --- cpukit/libcsupport/include/rtems/libcsupport.h| 1 - cpukit/libcsupport/src/resource_snapshot.c| 2 - cpukit/posix/Makefile.am |

[PATCH] RTEMS: Make pthread_rwlock_t self-contained

2017-09-22 Thread Sebastian Huber
Signed-off-by: Sebastian Huber --- newlib/libc/sys/rtems/include/sys/_pthreadtypes.h | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/newlib/libc/sys/rtems/include/sys/_pthreadtypes.h b/newlib/libc/sys/rtems/include/sys/_pthreadtypes.h index 6ffedaebf..9ee443407 10064