Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-05 Thread Jan Sommer
Am Sonntag, 2. August 2015, 12:49:21 schrieb Joel Sherrill: [...] Quick question: How do I build the tests? The configure output says --enable-tests enable tests (default:samples) And looking at enable-tests.m4 it seems other options are yes and no, so the ada-tests will build if I

Re: GSoC 2015 RPi USB Support

2015-08-05 Thread Yurii Shevtsov
The problem is that rtemsroset.bsd.nexus.content doesn't exist in final elf. If I change driver's name in RTEMS_BSD_DEFINE_NEXUS_DEVICE macro, linker will throw an error (.rtemsroset.bsd.nexus.content+0x10): undefined reference to '%wrong driver's name%'. Otherwise with correct name - no

Re: [PATCH] GSoC: Cache configurations Raspberry Pi 2 support

2015-08-05 Thread Gedare Bloom
In arm/shared/startup/linkcmds.base these barriers are used to add gaps in the memory layout at link-time to accommodate for the size requirements of the MMU. xbarrier aligns the executable region, robarrier aligns the read-only memory, and rwbarrier aligns the read-write memory. On Tue, Aug 4,

Re: Nice surprise with C++11

2015-08-05 Thread Daniel Gutson
On Fri, Jul 31, 2015 at 9:56 AM, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: On 31/07/15 14:51, Daniel Gutson wrote: Is it possible to construct objects without an address via plain C++? Sorry I don't understand the question. Rephrase please? Global objects and objects of

GSOC Wrapup Blog - Students and Mentors

2015-08-05 Thread Joel Sherrill
Hi I have started a Google Doc with notes which will evolve into a blog post for the Google Open Source Program Office and a news item for the RTEMS Project. If you are a student or a mentor, then please pitch in. I should have shared a Google doc with you today. If you didn't get an invite,

Re: Uniprocessor implementation of Nested Mutex problem.

2015-08-05 Thread Saurabh Gadia
For surrender we don't disable thread dispatching for uniprocessor. So is that the thread can be interleaved? Thanks, Saurabh Gadia On Wed, Aug 5, 2015 at 9:01 AM, Gedare Bloom ged...@rtems.org wrote: These functions are called with interrupts disabled. However,