mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 19:15:44 +08:00
2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/init.c, fileio/system.h: Increase stack requested for shell task. Turn on stack checking so the report is interesting.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* fileio/init.c, fileio/system.h: Increase stack requested for shell
|
||||
task. Turn on stack checking so the report is interesting.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* fileio/init.c: Add RTEMS Shell configuration and static configuration
|
||||
|
||||
@@ -104,7 +104,7 @@ void fileio_start_shell(void)
|
||||
printf(" =========================\n");
|
||||
printf(" starting shell\n");
|
||||
printf(" =========================\n");
|
||||
shell_init("SHLL",0,100,"/dev/console",
|
||||
shell_init("SHLL",RTEMS_MINIMUM_STACK_SIZE * 4,100,"/dev/console",
|
||||
B9600 | CS8,
|
||||
0);
|
||||
rtems_task_suspend(RTEMS_SELF);
|
||||
|
||||
@@ -47,9 +47,10 @@ rtems_task Init(
|
||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 20
|
||||
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 20
|
||||
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
|
||||
#define STACK_CHECKER_ON
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (6 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user