Re: [PATCH v2] libmisc: More useful default configuration

2014-12-03 Thread Chris Johns
On 4/12/2014 6:31 pm, Sebastian Huber wrote: Ah of course. Why not move the bspinit.c one into the cpukit and use that rather than add another copy ? Should we really initialize the network by default? No and I feel that should do from bspinit.c. If you look at the README file in the du

Re: [PATCH v2] libmisc: More useful default configuration

2014-12-03 Thread Sebastian Huber
On 04/12/14 08:25, Chris Johns wrote: On 4/12/2014 5:30 pm, Sebastian Huber wrote: On 04/12/14 00:00, Joel Sherrill wrote: On December 3, 2014 4:53:23 PM EST, Chris Johns wrote: >On 3/12/2014 7:46 pm, Sebastian Huber wrote: >>The dummy.c is a de-facto default configuration so use unlimited

Re: [PATCH v2] libmisc: More useful default configuration

2014-12-03 Thread Chris Johns
On 4/12/2014 5:30 pm, Sebastian Huber wrote: On 04/12/14 00:00, Joel Sherrill wrote: On December 3, 2014 4:53:23 PM EST, Chris Johns wrote: >On 3/12/2014 7:46 pm, Sebastian Huber wrote: >>The dummy.c is a de-facto default configuration so use unlimited >objects >>and the stack checker. Th

Re: [PATCH v2] libmisc: More useful default configuration

2014-12-03 Thread Sebastian Huber
On 04/12/14 00:00, Joel Sherrill wrote: On December 3, 2014 4:53:23 PM EST, Chris Johns wrote: >On 3/12/2014 7:46 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

Re: [PATCH v2] libmisc: More useful default configuration

2014-12-03 Thread Joel Sherrill
On December 3, 2014 4:53:23 PM EST, Chris Johns wrote: >On 3/12/2014 7:46 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 w

Re: [PATCH v2] libmisc: More useful default configuration

2014-12-03 Thread Chris Johns
On 3/12/2014 7:46 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 v2] libmisc: More useful default configuration

2014-12-03 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. Provide proper arguments for main() using the B