GSOC2016 Tracing (was Re: )

2016-03-07 Thread Chris Johns
Welcome to RTEMS. I posted details the other day about the Trace project. You can find the post here https://lists.rtems.org/pipermail/devel/2016-March/013820.html The wiki page is here https://devel.rtems.org/wiki/Developer/Projects/Open/TraceTool Note, my post has the wrong link, it shoul

Re: GSOC 2016

2016-03-07 Thread Gedare Bloom
Hi Animesh, I think the condition variables will be fixed by another developer (Sebastian Huber). Any other projects catch your eye? On Sat, Mar 5, 2016 at 5:31 AM, animesh pathak wrote: > Hello everyone, > I am Animesh Chandra Pathak. > I am pursuing my BTech in Computer Science at IIIT Hyderab

Fwd: Prepare for SOCIS2016

2016-03-07 Thread Joel Sherrill
ESA Summer of Code in Space 2016 is coming. Students who meet the ESA requirements on geography are encouraged to participate. --joel -- Forwarded message -- From: Maxime Perrotin Date: Mon, Mar 7, 2016 at 3:26 PM Subject: Prepare for SOCIS2016 To: esa-so...@googlegroups.com D

Re: IMFS_GENERIC_INITIALIZER deprecated?

2016-03-07 Thread Isaac Gutekunst
On 03/07/2016 02:44 PM, Sebastian Huber wrote: - Am 7. Mrz 2016 um 20:07 schrieb Joel Sherrill j...@rtems.org: On Mon, Mar 7, 2016 at 12:04 PM, Isaac Gutekunst wrote: Hi Developers, We have used IMFS_GENERIC_INITIALIZER as part of some code that makes IMFS nodes for devices. The I

Re: IMFS_GENERIC_INITIALIZER deprecated?

2016-03-07 Thread Sebastian Huber
- Am 7. Mrz 2016 um 20:07 schrieb Joel Sherrill j...@rtems.org: > On Mon, Mar 7, 2016 at 12:04 PM, Isaac Gutekunst > wrote: > >> Hi Developers, >> >> We have used IMFS_GENERIC_INITIALIZER as part of some code that makes IMFS >> nodes for devices. The IMFS generic nodes have no stable API

Re: IMFS_GENERIC_INITIALIZER deprecated?

2016-03-07 Thread Joel Sherrill
On Mon, Mar 7, 2016 at 12:04 PM, Isaac Gutekunst wrote: > Hi Developers, > > We have used IMFS_GENERIC_INITIALIZER as part of some code that makes IMFS > nodes for devices. > > Can't you use the POSIX mknod() or the wrapper method rtems_io_register_ name()? > It used to live in cpukit/libfs/src

IMFS_GENERIC_INITIALIZER deprecated?

2016-03-07 Thread Isaac Gutekunst
Hi Developers, We have used IMFS_GENERIC_INITIALIZER as part of some code that makes IMFS nodes for devices. It used to live in cpukit/libfs/src/imfs/imfs.h This function doesn't seem to be around in master anymore. What is the suggested workaround/way to do filesystem based devices moving f

Re: [PATCH] bsp/generic_or1k: Fix include guard conflict at bsp.h

2016-03-07 Thread Joel Sherrill
Feel free to push it. Looks OK. On Mon, Mar 7, 2016 at 11:20 AM, Hesham Almatary wrote: > --- > c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h > b/c/src/lib/libbsp

[PATCH] bsp/generic_or1k: Fix include guard conflict at bsp.h

2016-03-07 Thread Hesham Almatary
--- c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h b/c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h index 72bb107..8dae648 100644 --- a/c/src/lib/libbsp/or1k/generic_or

Re: GSoC2016 : Providing SMP support for RTEMS

2016-03-07 Thread Sebastian Huber
On 07/03/16 16:05, Joel Sherrill wrote: On Mar 7, 2016 12:03 AM, "Sebastian Huber" > wrote: > > Hello, > > > On 06/03/16 19:17, Joel Sherrill wrote: >> >> Sebastian may have more general SMP ideas but the initial push for SMP gave us great support

Re: GSoC2016 : Providing SMP support for RTEMS

2016-03-07 Thread Joel Sherrill
On Mar 7, 2016 12:03 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: > > Hello, > > > On 06/03/16 19:17, Joel Sherrill wrote: >> >> Sebastian may have more general SMP ideas but the initial push for SMP gave us great support on a subset of BSPs and architectures and left gaps on

[PATCH] score: Add and use _Objects_Get_local()

2016-03-07 Thread Sebastian Huber
This simplifies the handling with local-only objects. Update #2555. --- cpukit/posix/include/rtems/posix/timerimpl.h | 4 +- cpukit/posix/src/timerdelete.c| 36 + cpukit/posix/src/timergetoverrun.c| 26 - cpukit/posix/src/timergettime.c

Re: GSoC2016 : Providing SMP support for RTEMS

2016-03-07 Thread Darshit Shah
On 03/07, Sebastian Huber wrote: Hello, On 06/03/16 19:17, Joel Sherrill wrote: Sebastian may have more general SMP ideas but the initial push for SMP gave us great support on a subset of BSPs and architectures and left gaps on others. working on SMP improvements is a bit difficult currently