summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/include/confdefs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Corrected interrupt stack allocation.Joel Sherrill1998-05-271-3/+7
|
* Include memory for Ada task stacks.Joel Sherrill1998-05-181-2/+2
|
* Added default value for CONFIGURE_MAXIMUM_POSIX_THREADS since it isJoel Sherrill1998-05-041-0/+1
| | | | | used to calculate the amount of memory used by tasks whether the POSIX API is enabled or disabled.
* Removed redundant "* 1024" which exploded the size of the workspace.Joel Sherrill1998-04-301-2/+2
|
* Added numerous entries to make the memory calculation more accurate:Joel Sherrill1998-04-271-1/+67
| | | | | | | | | | | | | + POSIX threads + Ada tasks + POSIX threads API support + POSIX condition variables + POSIX keys (still do not account for data fields) + POSIX mutexes + POSIX queued signals + added macro for extra memory for task stacks + default value for CONFIGURE_MAXIMUM_FAKE_ADA_TASKS + extra memory for Ada task stacks
* Changed to account for libio's maximum_semaphores as well as itsJoel Sherrill1998-04-181-1/+5
| | | | | | memory requirements. Also added variable to tell libio how many file descriptors to allocate.
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-151-1/+9
| | | | | | | | | | | | code in each BSP's bspstart.c. These changes were: + confdefs.h now knows libio's semaphore requirements + shared/main.c now copies Configuration to BSP_Configuration + shared/main.c fills in the Cpu_table with default values This removed the need for rtems_libio_config() and the constant BSP_LIBIO_MAX_FDS in every BSP. Plus now the maximum number of open files can now be set on the gcc command line.
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-151-3/+25
| | | | | | to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
* Account for interrupt stack spaceJoel Sherrill1998-04-141-1/+12
|
* Added stack checker extensionJoel Sherrill1998-04-141-2/+14
|
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-141-4/+16
| | | | by newlib.
* Added misisng line continuation.Joel Sherrill1998-02-201-1/+1
|
* Accounted for fixed system overhead.Joel Sherrill1998-02-191-2/+10
|
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Patch from Ralf Corsepius to reduce the amount of memory consumed byJoel Sherrill1998-02-041-2/+6
| | | | the workspace by default.
* Added CONFIGURE_GNAT_KEYS to correct the number of keys configuredJoel Sherrill1997-12-231-12/+11
| | | | | | | | | for GNAT. It was the number of Ada tasks when in fact the run-time only required a single key. Also added the CONFIGURE_MAXIMUM_FAKE_ADA_TASKS constant to account for resources allocated for each non-Ada task/thread which invokes the Ada run-time implicitly through an Ada call.
* Added CONFIGURE_MEMORY_USER_OVERHEAD constant per Chris Johns request.Joel Sherrill1997-11-181-1/+6
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* Added GNAT configuration parameters.Joel Sherrill1997-08-041-4/+19
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* added posix configuration parameter maximum_queued_signals.Joel Sherrill1996-06-131-0/+5
|
* tests now specify whether using posix initialization threads tableJoel Sherrill1996-05-291-13/+45
| | | | or rtems initialization table in configuration table
* fixed support for posix initialization threads tableJoel Sherrill1996-05-291-2/+22
|
* Addressed RTEMS API initialization tasks table in a system withoutJoel Sherrill1996-05-291-3/+7
| | | | RTEMS initialization tasks.
* added maximum keysJoel Sherrill1996-05-281-1/+1
|
* added ifndef's for the POSIX maximum field in the POSIX api configuration tableJoel Sherrill1996-05-281-1/+6
|
* made posix configuration information conditional so configurations wantingJoel Sherrill1996-05-281-1/+38
| | | | only the rtems api don't have to include it.
* added initial posix configuration supportJoel Sherrill1996-05-281-9/+14
|
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-191-4/+99
| | | | | | 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.
* Added... This is the Configuration Tables Template file.Joel Sherrill1995-09-111-0/+282