Changeset 7ab11c0 in rtems for c/src/tests/samples/unlimited/system.h
- Timestamp:
- 01/03/03 22:55:54 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0b178f04
- Parents:
- 0f9e7f96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/samples/unlimited/system.h
r0f9e7f96 r7ab11c0 47 47 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 48 48 49 #define TASK_ALLOCATION_SIZE \ 50 (rtems_configuration_get_rtems_api_configuration()->maximum_tasks & \ 51 ~RTEMS_UNLIMITED_OBJECTS) 49 #define TASK_ALLOCATION_SIZE (5) 52 50 #define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE) 53 51 #define CONFIGURE_EXTRA_TASK_STACKS (62 * RTEMS_MINIMUM_STACK_SIZE)
Note: See TracChangeset
for help on using the changeset viewer.