Commit Graph
18544 Commits
Author SHA1 Message Date
Joel Sherrill b27c15fda8 New file added on 4.5 branch 2000-05-08 21:17:50 +00:00
Joel Sherrill 3f2f553eea New file added on 4.5 branch 2000-05-08 20:36:59 +00:00
Joel Sherrill 0f904827f5 Updated. 2000-05-08 19:44:25 +00:00
Joel Sherrill d9a45972c2 Updated versions. 2000-05-08 19:18:45 +00:00
Joel Sherrill 9d18370971 Added some more. 2000-05-08 18:08:16 +00:00
Joel Sherrill 12cc4c6abb Added more information to the "next step" chapter. The new information
tries to give a pointer about how to approach writing an application.
2000-05-08 16:53:25 +00:00
Joel Sherrill 92d528b714 Patch from Ralf Corsepies <corsepiu@faw.uni-ulm.de> that
fixes handling of word-replace and removes tool/update.
2000-05-08 16:29:38 +00:00
Joel Sherrill 08d8693429 Made comment a little more detailed. 2000-05-08 16:21:13 +00:00
Joel Sherrill ed2476f256 Updated. 2000-05-08 16:20:50 +00:00
Joel Sherrill 7d0ee4b044 Added Data Types chapter. 2000-05-08 16:19:46 +00:00
Joel Sherrill 80d0cbaade New file datatypes.texi added. 2000-05-08 16:16:37 +00:00
Joel Sherrill 920e3537a5 Added Data Types Chapter. 2000-05-08 16:16:14 +00:00
Joel Sherrill 5003e1a22e Fixed typo so constand would have "RTEMS_". 2000-05-08 16:16:01 +00:00
Joel Sherrill 7bb1884871 Added function index entries for all data types and enhanced introductory
structure.
2000-05-08 16:15:40 +00:00
Joel Sherrill d5f2eecb4e Fixed type so constant would have "RTEMS_" in front of it. 2000-05-08 16:15:04 +00:00
Joel Sherrill 0fcd2cecd3 Now sharing the "buildrt.t" or Building RTEMS chapter with the
C version of Getting Started.
2000-05-08 16:14:25 +00:00
Joel Sherrill de8e1873b1 New file. 2000-05-05 21:52:36 +00:00
Joel Sherrill d1b7579100 Updated example. 2000-05-05 16:30:58 +00:00
Joel Sherrill 794d745e0b Added function indexes for CONFIGURE_ constants. 2000-05-05 16:22:57 +00:00
Joel Sherrill e95cfafb10 More updates. 2000-05-05 15:22:24 +00:00
Joel Sherrill 6e583671ac Added much information on confdefs.h parameters. 2000-05-05 12:58:39 +00:00
Joel Sherrill 2898d39be7 Modifed to avoid using @uref directive since that does not seem
to work with pdf generation.
2000-05-04 20:38:52 +00:00
Joel Sherrill 49963428d7 More information on what symbolic information is for and
how to get it from a file other thatn the executable.
2000-05-04 20:25:57 +00:00
Joel Sherrill 104a48d400 Added nextstep.texi 2000-05-04 20:14:35 +00:00
Joel Sherrill adee597960 Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@CWA.de>
including a new section in the Getting Started called "Where to
Go From Here", lots of index entries added, and more configuration
table information.
2000-05-04 19:45:17 +00:00
Joel Sherrill 223b64f331 New file. 2000-05-04 19:30:41 +00:00
Joel Sherrill 31aa66a865 Added on 4.5 branch. 2000-05-03 13:55:42 +00:00
Joel Sherrill 2b011756c5 Patch rtemsdoc-4.5.0-rc-4-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> to correct some typos and improve the
information for DDD and the Hitachi SH.
2000-05-02 14:27:35 +00:00
Joel Sherrill 0689ac5b00 Modified to correct references to gmake per comment from Stephan Wilms
<Stephan.Wilms@CWA.de>.
2000-05-02 13:16:06 +00:00
Joel Sherrill 9230e9c702 RTEMS_MAKEFILE_PATH instructions incorrectly included rtems subdirectory.
This directory was removed post-4.0 to be more in compliance with
GNU standards.  Reported by Stephan Wilms <Stephan.Wilms@CWA.de>.
2000-05-02 13:12:03 +00:00
Joel Sherrill da874def6f A bit more explanation for task variables per Eric Norum <eric@cls.usask.ca>. 2000-05-01 20:08:58 +00:00
Joel Sherrill 26212d3ba7 File rendered obsolete by rtemsdoc-4.5.0-rc-3.diff from
Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
2000-05-01 16:59:53 +00:00
Joel Sherrill a65194b534 Removed file rendered obsolete by rtemsdoc-4.5.0-rc-3.diff from
Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
2000-05-01 16:59:15 +00:00
Joel Sherrill 0871fa7294 New file added by rtemsdoc-4.5.0-rc-3.diff from
Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
2000-05-01 16:53:54 +00:00
Joel Sherrill a4ad948732 Patch rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
It addresses:
  * .cvsignore (only minor changes to yours, as they were pretty clean,
    most changes result from my mkcvsignore script being overly pedantic
    sorting entries alphabetically.)
  * timing.t handling and time<BSP>_.texi handling in supplements
  * network.t handling in bsp_howto
  * RTEMS_DATE and RTEMS_UPDATE handling in  configure.in. [It actually is
    a hack, as we could apply automake's version.texi handling instead - I
    know think to understand what automake does with it.]
  * avoid using temporary files; Therefore a new tool called bmenu2,
    derived from bemenu, is introduced, which reads a single file from stdin
    and writes to stdio.

  To apply:

    cd rtemsdoc
    patch -p1 < rtemsdoc-4.5.0-rc-3.diff
    cvs rm -f bsp_howto/network.t
    cvs add tools/bmenu/bmenu2.c
    ./bootstrap

  BTW: word-replace now is unused. It could be removed if you like to.
2000-05-01 16:53:13 +00:00
Joel Sherrill f3c096a312 Added on 4.5-branch 2000-05-01 14:57:46 +00:00
Joel Sherrill 84a90acfd2 New files. 2000-04-29 19:41:47 +00:00
Joel Sherrill 87ec19a398 New files added as part of librpc upgrade. 2000-04-29 19:13:19 +00:00
Joel Sherrill 5ad350a43d New files added as part of librpc upgrade. 2000-04-29 19:04:37 +00:00
Joel Sherrill 775e78644e New directory added as part of librpc upgrade. 2000-04-29 18:50:41 +00:00
Joel Sherrill a446015228 New files added on 4.5 branch. 2000-04-28 17:42:16 +00:00
Joel Sherrill bb546a2211 Updated. 2000-04-27 14:44:43 +00:00
Joel Sherrill 91763c98d5 New files. First attempt. 2000-04-27 14:42:42 +00:00
Joel Sherrill 948fdbd220 Updated. 2000-04-27 14:21:00 +00:00
Joel Sherrill 8d8ae2ec4f Removed -- temporary files. 2000-04-27 14:11:47 +00:00
Joel Sherrill 5b150a8507 Files moved around and missed in the previous commit. 2000-04-27 14:08:42 +00:00
Joel Sherrill 9eae2b5380 Modified to give rpm removal command instead of install command again. 2000-04-27 14:00:54 +00:00
Joel Sherrill fdbfff1867 Patches rtemsdoc-4.5.0-rc.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that addresses the following:


  The patch below should
      * fix the *pdf cleanup handling
      * fix dependencies between pdf-documents and texi-files

  It also contains an attempt to let networking/schedule.t use states.pdf
  instead of ascii graphics, but though each pdf image looks nice, it
  comes out weirdly distorted in the main pdf document.
2000-04-26 18:05:33 +00:00
Joel Sherrill 2ba8875a0b Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which contains the bulk of converting the documentation tree to automake
and GNU conventions.  Comments follow:

This is the automake port of rtemsdoc.

To apply:

cvs co rtemsdoc
cd rtemsdoc
sh cvs-rm.sh
patch -p0 < rtemsdoc-4.5.0-rc-0.diff
sh cvs-add.sh

[Attention: cvs-rm.sh and cvs-add.sh directly modify cvs]

Known bugs:
1) src2html is not supported (yet? - Is this supposed to work?)
2) all *.pdf images now are generated on-the-fly, but not yet deleted
during "make distclean"
3) All supplements, including the templated ones, get build and
installed.
4) Building outside of the source tree is completely untested and very
likely does not work.
5) Make [ps|pdf] are not (yet) supported, make [dvi|info] are supported
by automake's default texinfo rules.

Fixing 2, 3 and 5 is almost trivial and needs to be done.
4) is a matter of testing and tool-properties, for now it is simply
untested.



General issues:
* gif vs jpg vs png. I would recommend to replace all images with pngs
  to avoid potential copyright issues (gif) or lack in quality (jpg, jpg
  is good for real world photographs, but extremely poor on artificial
  images, graphs).
* pdf images do net get placed correctly in pdf-documents.
* texinfo: We now use a local copy of texinfo-4.0's texinfo.tex in
  texinfo/texinfo.tex for generating infos. However pdftex's system-wide
  texinfo.tex and pdftexinfo.tex are used for generating *.dvi, *.ps, *.pdf.
* .cvsignore files still missing.
* I have renamed the supplements filename not to use c_<supplement>,
  because automake seems to have problems with it.

Notes:
* Again, I recommend not to put any generated files into CVS. Here, this
  comprises some *texi, all *.pdf and many *.html pages. Ie. I recommend
  to run make maintainer-clean before checking in any files.

* To get building started, this should be sufficient:
  ./bootstrap
  ./configure
  cd tools; make; cd ..
  make info

* To make a public tarball:
  [cvs co ; ./bootstrap]
  ./configure
  cd tools; make; cd ..
  make info
  [make clean]
  make dist
=> This generates a rtems-<version>.tar.gz in the toplevel directory.
=> Building the tools only is required after a "cvs co", but not in a
   distribution tarball.
2000-04-26 18:02:26 +00:00
Joel Sherrill bb4b574983 Merged changes from 4.5 branch and removed that branch. 2000-04-25 13:15:14 +00:00