Re: PWM driver tested in RTEMS with RGB

2016-05-03 Thread Chris Johns
On 04/05/2016 11:53, Gedare Bloom wrote: I added Ti licence at last patch. Do I need to add any other licence ? Whenever you copy/paste code, you need to know/observe what the license is and keep track of that. So, the question of whether you need to add another license depends on whether you c

Re: PWM driver tested in RTEMS with RGB

2016-05-03 Thread Gedare Bloom
On Sat, Apr 30, 2016 at 10:37 PM, punit vara wrote: > Sorry for late reply. Thank you for your detailed review. I am still > busy this week with my academic work.I would like to have suggestions > on my proposal. > > Should I change anything in my proposal like title or any other detail > ? Any su

Re: [PATCH 04/11] rtems: Remove task variables

2016-05-03 Thread Gedare Bloom
I feel like this needs a ringing bell. Maybe a funeral dirge. On Tue, May 3, 2016 at 8:49 AM, Sebastian Huber wrote: > Update #2494. > Update #2555. > --- > c/src/ada/rtems-tasks.adb| 65 > c/src/ada/rtems-tasks.ads| 25 -- > cpukit/rtems/Makefile.a

[PATCH 06/11] score: Simplify _Objects_Id_to_name()

2016-05-03 Thread Sebastian Huber
--- cpukit/score/src/objectidtoname.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/cpukit/score/src/objectidtoname.c b/cpukit/score/src/objectidtoname.c index 9f50687..115d0e9 100644 --- a/cpukit/score/src/objectidtoname.c +++ b/cpukit/score/src/objectidtoname.c

[PATCH 04/11] rtems: Remove task variables

2016-05-03 Thread Sebastian Huber
Update #2494. Update #2555. --- c/src/ada/rtems-tasks.adb| 65 c/src/ada/rtems-tasks.ads| 25 -- cpukit/rtems/Makefile.am | 7 - cpukit/rtems/include/rtems/rtems/tasks.h | 46 --- cpukit/rtems/include/rtems/rtems/tasksimpl.h

[PATCH 01/11] confdefs.h: Fix named object size estimate

2016-05-03 Thread Sebastian Huber
Account for the terminating null character. Use _POSIX_PATH_MAX instead of NAME_MAX according to _POSIX_Semaphore_Manager_initialization() and _POSIX_Message_queue_Manager_initialization(). --- cpukit/sapi/include/confdefs.h | 5 +++-- testsuites/psxtests/psxconfig01/init.c | 10 +---

[PATCH 11/11] score: Simplify _Thread_Get_interrupt_disable()

2016-05-03 Thread Sebastian Huber
Remove the object location parameter. --- cpukit/rtems/include/rtems/rtems/eventmp.h| 31 ++ cpukit/rtems/src/eventmp.c| 89 ++- cpukit/rtems/src/eventsend.c | 43 + cpukit/rtems/src/systemeventsend.c|

[PATCH 03/11] bsp/mvme5500: Use thread local variable

2016-05-03 Thread Sebastian Huber
Use thread local variable instead of task variable. Update #2494. --- .../powerpc/mvme5500/vectors/exceptionhandler.c| 27 -- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c b/c/src/lib/libbsp/pow

[PATCH 07/11] score: Make _Objects_Information_table const

2016-05-03 Thread Sebastian Huber
The _Objects_Information_table is statically initialized. So, we can make it read-only. --- cpukit/sapi/src/exinit.c | 3 ++- cpukit/score/include/rtems/score/objectimpl.h | 4 +-- cpukit/score/src/threadget.c | 14 +-- testsuites/sptests/sp43/init.

[PATCH 08/11] score: Simplify _Thread_Get_objects_information()

2016-05-03 Thread Sebastian Huber
--- cpukit/score/src/threadget.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c index 8731ab5..24773fa 100644 --- a/cpukit/score/src/threadget.c +++ b/cpukit/score/src/threadget.c @@ -25,20 +25,21 @@

[PATCH 10/11] rtems: Return status in _Event_Surrender()

2016-05-03 Thread Sebastian Huber
--- cpukit/rtems/include/rtems/rtems/eventimpl.h | 2 +- cpukit/rtems/src/eventsend.c | 3 +-- cpukit/rtems/src/eventsurrender.c| 4 +++- cpukit/rtems/src/systemeventsend.c | 3 +-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cpukit/rtems/in

[PATCH 02/11] confdefs.h: Fix message queue size estimate

2016-05-03 Thread Sebastian Huber
Account for maximum message size alignment. Simplify _CORE_message_queue_Initialize(). --- cpukit/sapi/include/confdefs.h | 3 ++- cpukit/score/src/coremsg.c | 30 +- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/cpukit/sapi/include/confdefs.h b

[PATCH 05/11] score: Fix _Objects_Id_to_name()

2016-05-03 Thread Sebastian Huber
Avoid out-of-bounds array access in case the object class is invalid. --- cpukit/score/src/objectidtoname.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/cpukit/score/src/objectidtoname.c b/cpukit/score/src/objectidtoname.c index 674f641..9f50687 100644 --- a/c

[PATCH 09/11] score: Add _Thread_MP_Is_remote()

2016-05-03 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/threadimpl.h | 21 + cpukit/score/include/rtems/score/threadmp.h | 11 +++ cpukit/score/src/threadget.c | 21 - 3 files changed, 32 insertions(+), 21 deletions(-) diff --git a/cpukit/score/incl

Re: waf: wil the new build system copy header files to include as autoconf?

2016-05-03 Thread printk
On Sun, May 01, 2016 at 11:44:23PM +, Amar Takhar wrote: > On 2016-04-30 23:50 +0800, printk wrote: > > Hi, will the new build system copy the headers to include too? > > No, the new build system which you can see here: > > https://git.rtems.org/amar/waf.git/ > > Does not do this. > > You

Re: [civetweb] Interface for setting stack size and scheduler options

2016-05-03 Thread Christian Mauderer
Am 02.05.2016 um 20:35 schrieb bel: > > > On Monday, May 2, 2016 at 10:39:13 AM UTC+2, Christian Mauderer wrote: >> I agree that eventually not all variations have to be tested. It's only >> a challange to identify the irrelevant ones. >> >> Does the Travic CI allow to exclude certain combinatio

[PATCH v2 3/4] testsuite: Add test for getnameinfo().

2016-05-03 Thread Christian Mauderer
From: Christian Mauderer --- testsuites/libtests/Makefile.am | 1 + testsuites/libtests/configure.ac | 1 + testsuites/libtests/networking01/Makefile.am | 22 +++ testsuites/libtests/networking01/init.c | 161 ++ testsuit