Re: [PATCH] libmisc: More useful default configuration

2014-12-04 Thread Chris Johns
On 4/12/2014 7:45 pm, Sebastian Huber wrote: This one is the latest. I renamed the new test to defaultconfig01 Thanks for cleaning this up. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] libmisc: More useful default configuration

2014-12-04 Thread Sebastian Huber
This one is the latest. I renamed the new test to defaultconfig01 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available o

[PATCH] libmisc: More useful default configuration

2014-12-04 Thread Sebastian Huber
The dummy.c was a de-facto default configuration. Rename it to default-configuration.c. Use unlimited objects and the stack checker. This makes it easier for new RTEMS users which will likely use this file if they just work with the usual main() function as the application entry point. Provide p

Re: [PATCH] libmisc: More useful default configuration

2014-12-02 Thread Sebastian Huber
On 03/12/14 00:18, Chris Johns wrote: On 2/12/2014 9:11 pm, Sebastian Huber wrote: The dummy.c is a de-facto default configuration so use unlimited objects and the stack checker. This makes it easier for new RTEMS users which will likely use this file if they just work with the usual main() fu

Re: [PATCH] libmisc: More useful default configuration

2014-12-02 Thread Chris Johns
On 2/12/2014 9:11 pm, Sebastian Huber wrote: The dummy.c is a de-facto default configuration so use unlimited objects and the stack checker. This makes it easier for new RTEMS users which will likely use this file if they just work with the usual main() function as the application entry point.

[PATCH] libmisc: More useful default configuration

2014-12-02 Thread Sebastian Huber
The dummy.c is a de-facto default configuration so use unlimited objects and the stack checker. This makes it easier for new RTEMS users which will likely use this file if they just work with the usual main() function as the application entry point. --- cpukit/libmisc/dummy/dummy.c | 4 +++- 1 fi