Changeset 9e52b29 in rtems
- Timestamp:
- 07/11/00 15:26:40 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bc85fd5a
- Parents:
- 270e3cc
- Location:
- make/custom
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/p4000.cfg
r270e3cc r9e52b29 24 24 # If defined, debug checks in RTEMS and support library code are enabled. 25 25 # 26 # WORKSPACE_MB (p4000)27 # Defines the size in Megabytes of the RTEMS Workspace.28 #29 # HEAPSPACE_MB (p4000)30 # Defines the size in Megabytes of the C Program Heap.31 26 32 27 define make-target-options … … 34 29 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 35 30 @echo "/* #define RTEMS_DEBUG 1 */" >>$@ 36 @echo "#define WORKSPACE_MB 2" >>$@37 @echo "#define HEAPSPACE_MB 1" >>$@38 31 endef 39 32 -
make/custom/p4600.cfg
r270e3cc r9e52b29 31 31 # If defined, debug checks in RTEMS and support library code are enabled. 32 32 # 33 # WORKSPACE_MB (p4000)34 # Defines the size in Megabytes of the RTEMS Workspace.35 #36 # HEAPSPACE_MB (p4000)37 # Defines the size in Megabytes of the C Program Heap.38 33 39 34 define make-target-options … … 41 36 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 42 37 @echo "/* #define RTEMS_DEBUG 1 */" >>$@ 43 @echo "#define WORKSPACE_MB 2" >>$@44 @echo "#define HEAPSPACE_MB 1" >>$@45 38 endef 46 39 -
make/custom/p4650.cfg
r270e3cc r9e52b29 30 30 # If defined, debug checks in RTEMS and support library code are enabled. 31 31 # 32 # WORKSPACE_MB (p4000)33 # Defines the size in Megabytes of the RTEMS Workspace.34 #35 # HEAPSPACE_MB (p4000)36 # Defines the size in Megabytes of the C Program Heap.37 32 38 33 define make-target-options … … 40 35 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 41 36 @echo "/* #define RTEMS_DEBUG 1 */" >>$@ 42 @echo "#define WORKSPACE_MB 2" >>$@43 @echo "#define HEAPSPACE_MB 1" >>$@44 37 endef 45 38
Note: See TracChangeset
for help on using the changeset viewer.