Changeset c42e6c72 in rtems


Ignore:
Timestamp:
11/01/99 20:06:02 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4443984
Parents:
89b63972
Message:

Increased stack space for task 1.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/sptests/sp01/init.c

    r89b63972 rc42e6c72  
    4646     Task_name[ 1 ],
    4747     1,
    48      RTEMS_MINIMUM_STACK_SIZE,
     48     RTEMS_MINIMUM_STACK_SIZE * 2,
    4949     RTEMS_INTERRUPT_LEVEL(31),
    5050     RTEMS_DEFAULT_ATTRIBUTES,
  • c/src/tests/sptests/sp01/system.h

    r89b63972 rc42e6c72  
    3636#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
    3737
    38 #define CONFIGURE_EXTRA_TASK_STACKS         (3 * RTEMS_MINIMUM_STACK_SIZE)
     38#define CONFIGURE_EXTRA_TASK_STACKS         (4 * RTEMS_MINIMUM_STACK_SIZE)
    3939
    4040#include <confdefs.h>
  • testsuites/sptests/sp01/init.c

    r89b63972 rc42e6c72  
    4646     Task_name[ 1 ],
    4747     1,
    48      RTEMS_MINIMUM_STACK_SIZE,
     48     RTEMS_MINIMUM_STACK_SIZE * 2,
    4949     RTEMS_INTERRUPT_LEVEL(31),
    5050     RTEMS_DEFAULT_ATTRIBUTES,
  • testsuites/sptests/sp01/system.h

    r89b63972 rc42e6c72  
    3636#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
    3737
    38 #define CONFIGURE_EXTRA_TASK_STACKS         (3 * RTEMS_MINIMUM_STACK_SIZE)
     38#define CONFIGURE_EXTRA_TASK_STACKS         (4 * RTEMS_MINIMUM_STACK_SIZE)
    3939
    4040#include <confdefs.h>
Note: See TracChangeset for help on using the changeset viewer.