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
---
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 +---
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
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
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
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
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
__
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
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