summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-088-16/+16
|
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-081-1/+1
| | | | | | to lib/include. Went to using a PROJECT_INCLUDE variable.
* Increased interrupt stack space.Joel Sherrill1997-10-061-1/+1
|
* eliminated potential for overfilling buffer on readJoel Sherrill1997-09-151-1/+0
|
* Switched to new style which does not require hackspecs.awk.Joel Sherrill1997-08-281-29/+13
|
* Modified to support the BSP family concept.Joel Sherrill1997-08-271-2/+2
|
* Fixed typo and removed duplicated codeJoel Sherrill1997-08-041-4/+1
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-228-40/+40
| | | | of switching to the modified GNU GPL.
* Fixed path which points to shared directory for all BSPs.Joel Sherrill1997-04-161-1/+1
|
* Switched all bsps which had an implementation of sbrk.c which onlyJoel Sherrill1997-04-151-1/+1
| | | | returned an error to using a single shared copy of this file.
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-0111-0/+488
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* Removed Fake input ifdef code.Joel Sherrill1997-03-211-15/+0
|
* Larger Workspace when it is a POSIX API. Actually this is just to coverJoel Sherrill1997-03-081-0/+4
| | | | | the extra stack used when GNAT tasks are in the system. This needs to be cleaned up.
* erc32 bsp supercedes sisJoel Sherrill1997-01-298-0/+1476
|
* The CONSOLE_USE_INTERRUPTS and CONSOLE_USE_POLLED macros are nowJoel Sherrill1997-01-291-7/+1
| | | | defined in the targopts.h file.
* new file used by gcc 2.8.x -specs optionJoel Sherrill1997-01-281-0/+34
|
* Replacement for the sis bsp which supports the simulator and realJoel Sherrill1996-12-024-0/+1184
| | | | | hardware. From Jiri Gaisler <jgais@wd.estec.esa.nl>. Supports sis 2.6 and later.
* New bsp for the erc32/sis from Jiri Gaisler <jgais@wd.estec.esa.nl> whichJoel Sherrill1996-12-022-0/+273
runs on either the real hardware or the sparc instruction simulator. This bsp requires sis version 2.6 or later. This bsp supercedes the sis bsp.