[PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Jan Sommer
--- cpukit/posix/include/rtems/posix/pthreadimpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/posix/include/rtems/posix/pthreadimpl.h b/cpukit/posix/include/rtems/posix/pthreadimpl.h index f95ac9c..33fa33d 100644 --- a/cpukit/posix/include/rtems/posix/pthreadimpl.h +++

Re: [PATCH] Add __synch_synchronize function for arm

2015-08-01 Thread Joel Sherrill
I committed this patch to 4.11 and master. Thanks. --joel On 08/01/2015 05:43 AM, Jan Sommer wrote: From: Jan Sommersummers...@web.de Fixes link failure when linking Ada programs on the raspberry pi --- cpukit/score/cpu/arm/Makefile.am | 1 +

Re: Chris review Re: Issues on FreeBSD

2015-08-01 Thread Joel Sherrill
I just committed this as ticket 2378 on 4.10, 4.11 and master --joel On 07/23/2015 04:09 AM, Joel Sherrill wrote: On 7/23/2015 4:02 AM, Nick Withers wrote: On Thu, 2015-07-23 at 03:20 -0500, Joel Sherrill wrote: On 7/23/2015 3:17 AM, Nick Withers wrote: On Thu, 2015-07-23 at 02:50 -0500,

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Joel Sherrill
On 08/01/2015 12:24 PM, Jan Sommer wrote: Yes, I needed to add it to make the ada-examples compile. Did it need to be included anywhere other than libgnat/adasupp.c? Sebastian reworked public vs private .h files and more includes moved to .c files. Since everything but Ada specific support

[PATCH] Add __synch_synchronize function for arm

2015-08-01 Thread Jan Sommer
From: Jan Sommer summers...@web.de Fixes link failure when linking Ada programs on the raspberry pi --- cpukit/score/cpu/arm/Makefile.am | 1 + cpukit/score/cpu/arm/armv4-sync-synchronize.c | 9 + 2 files changed, 10 insertions(+) create mode 100644

Outstanding Issues on 4.11 branch?

2015-08-01 Thread Joel Sherrill
Hi There are a couple of issues I know of like ticket 2376 (tftp ticket really needs a patch) and some site administration to do. But does anyone have any outstanding issues? Please test and give feedback. Thanks. --joel ___ devel mailing list

Re: GSoC 2015 RPi USB Support

2015-08-01 Thread Yurii Shevtsov
During debugging of compiled Nexus module(driver) I found out that content which suppose to be created in RTEMS_BSD_DEFINE_SET(nexus, rtems_bsd_device) is empty, That should mean that either it is not found or cannot be read. Please, let me know why empty content is not create any error message