Re: SMP support for Raspberry Pi 2

2015-07-31 Thread Joel Sherrill
On 7/31/2015 8:11 AM, Rohini Kulkarni wrote: Hi, How is the number of processors to be used for an application specified? The used count minimum of that supported in hardware and that configured. How to specify the latter?

Re: SMP support for Raspberry Pi 2

2015-07-31 Thread Rohini Kulkarni
Hi, How is the number of processors to be used for an application specified? The used count minimum of that supported in hardware and that configured. How to specify the latter? Thanks. On 29 Jul 2015 15:29, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: On 29/07/15 11:52, Rohini

Re: Nice surprise with C++11

2015-07-31 Thread Daniel Gutson
El 31/7/2015 2:37, Sebastian Huber sebastian.hu...@embedded-brains.de escribió: Hello Daniel, Hello Sebastian. On 30/07/15 17:26, Daniel Gutson wrote: On Thu, Jul 30, 2015 at 11:31 AM, Daniel Gutson daniel.gut...@tallertechnologies.com wrote: El 30/7/2015 11:27, Joel

Re: Nice surprise with C++11

2015-07-31 Thread Sebastian Huber
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 static storage duration don't take an address. This register asm variable has no address,

Re: GSoC 2015 RPi USB Support

2015-07-31 Thread Yurii Shevtsov
Where is the linker script which is responsible for .rtemsroset.bsd.nexus.content section? And how debuging the code will help me with empty section?? 2015-06-29 9:43 GMT+03:00 Sebastian Huber sebastian.hu...@embedded-brains.de: You can debug this issue on Qemu. The Nexus childes are registered

[PATCH] [RTEMS] Update RTEMS thread model

2015-07-31 Thread Sebastian Huber
For synchronization objects use the self-contained objects available via Newlib sys/lock.h. https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commit;h=ecaef05f6601f1e8acb78fb65b411a258f39988a Enable the C++11 threads using pthread.h. So, the threads are only supported in case the

Re: [PATCH] [RTEMS] Update RTEMS thread model

2015-07-31 Thread Sebastian Huber
On 31/07/15 09:10, Chris Johns wrote: On 31/07/2015 4:44 pm, Sebastian Huber wrote: Is this for 4.12 ? This is just a proof-of-concept patch, but it would be nice to include this in the next release along with the C11 threads support. If you have tests and they are ok then why not put