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 and

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Jan Sommer
Am Samstag, 1. August 2015, 12:31:53 schrieb 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? > Well, so far I haven't encountered the problem somewhere

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 fil

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Jan Sommer
Yes, I needed to add it to make the ada-examples compile. Am Samstag, 1. August 2015, 12:08:12 schrieb Joel Sherrill: > Can you give a configuration or file that broke with this? > > I recall that I had a local patch that just added this line to an Ada > specific C file. Nothing else broke. > >

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

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 devel

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, Jo

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Joel Sherrill
Can you give a configuration or file that broke with this? I recall that I had a local patch that just added this line to an Ada specific C file. Nothing else broke. On August 1, 2015 5:51:31 AM CDT, Jan Sommer wrote: >--- > cpukit/posix/include/rtems/posix/pthreadimpl.h | 1 + > 1 file changed

[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 +++ b/cpukit/po

[PATCH] Add __synch_synchronize function for arm

2015-08-01 Thread Jan Sommer
From: Jan Sommer 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 cpukit/score/cpu/arm/armv4-sync-synchroniz