forked from Imagelibrary/rtems
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* minimum/init.c: Exerise new ability for application to configure minimum stack size. This test still runs the same with a 7.5K stack on the powerpc but reserves 15K less Workspace on the PowerPC.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* minimum/init.c: Exerise new ability for application to configure
|
||||||
|
minimum stack size. This test still runs the same with a 7.5K stack
|
||||||
|
on the powerpc but reserves 15K less Workspace on the PowerPC.
|
||||||
|
|
||||||
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* minimum/Makefile.am: Link against all managers.
|
* minimum/Makefile.am: Link against all managers.
|
||||||
|
|||||||
@@ -50,6 +50,13 @@ rtems_task Init(
|
|||||||
*/
|
*/
|
||||||
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 0
|
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 0
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This may prevent us from running on every architecture but it
|
||||||
|
* demonstrates that the user can specify how small of a minimum
|
||||||
|
* stack they want.
|
||||||
|
*/
|
||||||
|
#define CONFIGURE_MINIMUM_TASK_STACK_SIZE 512
|
||||||
|
|
||||||
#define CONFIGURE_INIT
|
#define CONFIGURE_INIT
|
||||||
|
|
||||||
#include <rtems/confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user