[PATCH 1/2] score: Remove Thread_queue_Queue::operations field

2016-03-23 Thread Sebastian Huber
Remove the Thread_queue_Queue::operations field to reduce the size of this structure. Add a thread queue operations parameter to the _Thread_queue_First(), _Thread_queue_First_locked(), _Thread_queue_Enqueue(), _Thread_queue_Dequeue() and _Thread_queue_Flush() functions. This is a preparation pat

[PATCH 2/2] score: Use constant for maximum count of CORE sema

2016-03-23 Thread Sebastian Huber
--- cpukit/libmisc/monitor/mon-sema.c | 7 ++- cpukit/posix/src/semaphorecreatesupp.c | 1 - cpukit/rtems/src/semcreate.c | 1 - cpukit/score/include/rtems/score/coresem.h | 13 - cpukit/score/include/rtems/score/coresemimpl.h | 4 +---

PWM testing API

2016-03-23 Thread punit vara
What are the RTEMS APIs that worth reusing in testing of PWM driver? Can someone please help to list out ? ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Participation in GSoC 2016

2016-03-23 Thread Deval Shah
On Tue, Mar 22, 2016 at 10:04 PM, Alan Cudmore wrote: > Hi Deval, > Your proposal looks good. I would suggest adding a step where you build a > known BSP with BSD lib support. It will help you become familiar with the > development process. Thanks for the suggestion, Alan. I will be adding this t

Re: Request for GPIO Examples

2016-03-23 Thread Worth Burruss
On 23 Mar 2016 at 0:57, punit vara wrote: > Hi Worth Burruss, > > This year I proposed a plan (https://goo.gl/cGCXbS) to develop Beagle > bone black BSP which includes PWM drivers as well as I2C driver. Could > you please suggest me testing methods to test PWM on BBB ? > > Regards, > Punit > P

Fwd: GSoC 2016 Student Proposal Deadline is Friday, March 25th 19:00 UTC

2016-03-23 Thread Joel Sherrill
Just a reminder to any students watching this list. You MUST have an application into the Google website with your proposal. We can fine-tune your proposal in Google Docs but if you don't meet their requirements, you won't be eligible for consideration. -- Forwarded message -- Fr

Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-23 Thread Chris Johns
On 23/03/2016 04:55, Gedare Bloom wrote: You can check them in. Let Joel/Chris know as they have been release testing 4.11 Hesham, sorry I have lost track of what is needed. Do clean patches exist to make the required changes for 4.11 and master? Thanks Chris __

Re: Request for GPIO Examples

2016-03-23 Thread Ketul Shah
Hi Punit, Apart from what Worth Burruss suggested, First of all setting on off timing and testing on LED would be OK for primary testing. You can always test your PWM signals on DSO/CRO to have a clear picture of what is happening over signals. And if you can manage to have second BBB you can t

Re: Request for GPIO Examples

2016-03-23 Thread punit vara
On Wed, Mar 23, 2016 at 7:51 PM, Worth Burruss wrote: > On 23 Mar 2016 at 0:57, punit vara wrote: > >> Hi Worth Burruss, >> >> This year I proposed a plan (https://goo.gl/cGCXbS) to develop Beagle >> bone black BSP which includes PWM drivers as well as I2C driver. Could >> you please suggest me te