summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-05-14Fixed typo.Joel Sherrill1-1/+1
1999-05-14Added tool hints.Joel Sherrill3-1/+12
1999-05-14New file.Joel Sherrill1-0/+47
1999-04-23Fixed Makefile to avoid copying the file to a new name.Joel Sherrill1-1/+0
1999-04-23Changed date.Joel Sherrill7-28/+27
1999-04-23Switched to full doc set.Joel Sherrill1-1/+30
1999-04-20Updated to reflect inclusion of IRQ test in ada examples.Joel Sherrill1-3/+7
1999-04-19Added FAQ to the documentation set.Joel Sherrill3-12/+9
1999-04-19Added debugging hints to the FAQ.Joel Sherrill3-8/+10
1999-04-19New file.Joel Sherrill1-0/+43
1999-04-19Updated to include first set of questions.Joel Sherrill2-1/+124
1999-04-19First attempt to build.Joel Sherrill3-5/+20
1999-04-19New file.Joel Sherrill2-0/+176
1999-04-19New file based on notes from Jiri Gaisler <jgais@ws.estec.esa.nl>.Joel Sherrill1-0/+77
1999-04-19Added info based on i960HA support.Joel Sherrill1-10/+8
1999-04-19Unlimited objects information from Chris Johns (ccj@acm.org).Joel Sherrill1-12/+36
1999-04-19Comments from Eric Norum taken into account.Joel Sherrill1-2/+14
1999-04-19First cut at addition of information on macros that need to be defined.Joel Sherrill1-0/+29
1999-04-19Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
This one is an enhancement to acpolish. It replaces some Makefile variables by others variable in Makefile.ins (tries to use unique name for some variables). It therefore eases parsing Makefile.ins for further automatic Makefile.in conversions in future. To apply: cd <rtems-source-tree> sh <path-to>/rtems-rc-19990407-8.sh ./autogen
1999-04-08Added DEC21140 document from Emmanuel Raguet <raguet@crf.canon.fr>.Joel Sherrill3-6/+14
1999-04-08First attempt to build.Joel Sherrill1-264/+305
1999-04-08New files.Joel Sherrill4-0/+500
1999-04-08New fileJoel Sherrill1-0/+264
1999-04-06changed version to 19990406Joel Sherrill1-0/+5
1999-04-06oNew file.Joel Sherrill1-0/+0
1999-04-06Sanitized.Joel Sherrill1-3/+0
1999-04-06Removed.Joel Sherrill6-2860/+0
1999-04-06Updated.Joel Sherrill1-0/+2
1999-04-02Changed dates.Joel Sherrill3-8/+8
1999-04-02Added RTEMS Remote Debugger Server Specifications links.Joel Sherrill1-0/+2
1999-04-02Fixed target name.Joel Sherrill1-1/+1
1999-04-02Added Network Servers Chapter including Jake Janovetz's ftpd server.Joel Sherrill3-2/+7
1999-04-02Now at least a version of the figures shows up in the html althoughJoel Sherrill9-7/+150
there are no captions.
1999-04-02Can now produce html, info, and PostScript without errors. LinksJoel Sherrill7-61/+67
between chapters are correct.
1999-04-02Accidentally added the .tex file not the .texi root document.Joel Sherrill3-1234/+115
Also the Makefile had "@include" lines in it.
1999-04-02New files. This manual was ritten by Eric Valette <valette@crf.canon.fr>Joel Sherrill16-0/+12427
and Emmanuel Raguet <raguet@crf.canon.fr>. It was submitted in LaTeX and converted to Texinfo by Joel. At this point, the figures are largely ignored except to put in an example block to show they are missing. The Makefile should be just enough to produce output with no links between chapters.
1999-04-01New file. Text from Jake Janovetz.Joel Sherrill2-1/+122
1999-03-23Patch from Eric Norum to account for new routine that improvedJoel Sherrill1-9/+22
parsing of interface names.
1999-03-19Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-0/+13
This patch is the most scary of all proposals I've been mailing to you this week until now. It consists of 3 parts: 1. a patch 2. a perl script (acpolish) 3. a shell script wrapper to invoke the perl-script. The perl-script reads in each Makefile.in and modifies them ("polishes/beautifies" them :-). These modifications are not easy to describe: Basically, it hard-codes some automake Makefile-variables and rules into RTEMS autoconf-Makefile.ins (Note: autoconf vs. automake!!) and converts some settings/variables to configure scripts' requirements (Yes, plural). E.g. it adds the automake standard variables $top_builddir and $subdir, adds dependency rules for automatic re-generation of Makefiles from Makefile.in, adds support variables for relative paths to multiple configure scripts etc. The patch is a one-line patch to enable the support of the new features added by acpolish. The shell script is a wrapper which pokes around inside of the source tree for Makefile.ins and invokes acpolish on all autoconf-Makefile.ins. acpolish is designed to be able to run several times on the same Makefile.in and may once become a more general tool to convert RTEMS Makefile.in to automake. Therefore, I'd like to keep it inside of source tree. (e.g. as contrib/acpolish or c/update-tools/acpolish). However, it doesn't make sense to export it outside of RTEMS. To apply this: cd <source-tree> patch -p1 -E < <path-to-patch>/rtems-rc-19990318-1.diff tar xzvf <path-to>/rtems-rc-polish.tar.gz ./rtems-polish.sh ./autogen Note: The path contrib/acpolish is hard-coded into rtems-polish.sh, if you decide to put it in an alternative place, please modify rtems-polish.sh to reflect this change. Later: cvs rm make/rtems.cfg (It isn't used anymore) cvs add contrib cvs add contrib/acpolish cvs commit I've tested this intensively, but naturally I can't exclude bugs. Ralf. PS.: Most probably, this is the last "Towards automake" patch. The next one probably will be a real automake patch.
1999-03-02This file is linked inJoel Sherrill1-284/+0
1999-02-10Added thank you.Joel Sherrill1-2/+2
1999-02-10Added POSIX timers.Joel Sherrill1-5/+5
1999-02-10Corrected titleJoel Sherrill1-1/+1
1999-02-10Added gdb_rtemsJoel Sherrill3-2/+5
1999-02-10Changed versions.Joel Sherrill3-11/+11
1999-02-10Now generates HTML, PostScript, and info correctly.Joel Sherrill7-63/+42
1999-02-10Base file.Joel Sherrill1-0/+129
1999-02-10Base version.Joel Sherrill7-0/+374
1999-02-09Added maximum_timers field to configuration table.Joel Sherrill1-1/+1
1999-02-09Changed version numbers.Joel Sherrill1-10/+10