Changeset 3652ad35 in rtems for testsuites/mptests/mp01


Ignore:
Timestamp:
09/19/95 14:53:29 (29 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
38ffa0c
Parents:
b3ac6a8d
Message:

Minor bug fixes to get all targets compilable and running. The
single biggest changes were the expansion of the workspace size
macro to include other types of objects and the increase in the
minimum stack size for most CPUs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/mptests/mp01/init.c

    rb3ac6a8d r3652ad35  
    5454    Task_name[ 1 ],
    5555    1,
    56     2048,
     56    RTEMS_MINIMUM_STACK_SIZE,
    5757    RTEMS_DEFAULT_MODES,
    5858    RTEMS_GLOBAL,
     
    6565    Task_name[ 2 ],
    6666    1,
    67     2048,
     67    RTEMS_MINIMUM_STACK_SIZE,
    6868    RTEMS_TIMESLICE,
    6969    RTEMS_GLOBAL,
     
    7676    Task_name[ 3 ],
    7777    1,
    78     2048,
     78    RTEMS_MINIMUM_STACK_SIZE,
    7979    RTEMS_DEFAULT_MODES,
    8080    RTEMS_DEFAULT_ATTRIBUTES,
Note: See TracChangeset for help on using the changeset viewer.