summaryrefslogtreecommitdiffstats
path: root/doc/user/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-15sapi: Add and use rtems_internal_error_descriptionSebastian Huber1-1/+1
2012-08-30timespec: Add documentation for struct timespec HelpersJoel Sherrill joel.sherrill@oarcorp.com1-2/+8
Joel editted the documentation for clarity, grammar and technical correctness. I also moved it in the manual and added @findex entries. The core work was just polished. Author: Krzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+3
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-3/+0
2012-04-15PR 1912: Add Scheduler DocumentationPetr Benes1-2/+7
Adds documentation on the scheduler options and scheduler selection to the User's Manual to reflect changes made in the development of pluggable scheduling with EDF and CBS schedulers.
2012-03-27confdefs: Add declaration for unlimited objects.Gedare Bloom1-1/+1
Adds to confdefs a way to specify rtems_resource_unlimited for classic and posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED. Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for extending the set of objects at runtime. Updates the unlimited sample to demonstrate how to use the new macros. Also adds new documentation in the C User's Manual regarding configuring with unlimited objects.
2011-09-202011-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-21/+20
* user/Makefile.am, user/c_user.texi: Reorder chapters to put scheduling earlier. Also put Barrier and Rate Monotonic Manager where they logically belong. They appear to have just be added toward the end.
2010-08-132010-08-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-4/+5
PR 1674/docs * user/Makefile.am, user/dirstat.texi: Fix bad node reference.
2010-06-11Remove EDITION (Unused)Ralf Corsepius1-1/+0
2009-11-092009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+3
* ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes. * user/semaphore_attributes.eps, user/semaphore_attributes.png: New files.
2008-12-012008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+6
* ada_user/Makefile.am, user/Makefile.am, user/concepts.t: Add 16 bit object Id format information. * user/ObjectId-16Bits.eps, user/ObjectId-16Bits.png: New files.
2008-11-072008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
PR 1334/doc * user/Makefile.am, user/concepts.t, user/init.t, user/overview.t, user/part.t, user/task.t: Correct typos and correctly document 4 parts of 32-bit object id. * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
2008-07-092008-07-09 Chris Johns <chrisj@rtems.org>Chris Johns1-2/+7
* doc/user/chains.t: New. * doc/ada_user/ada_user.texi, doc/user/Makefile.am, doc/user/c_user.texi, doc/user/dirstat.texi: Updated for the chains documentation.
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+7
* user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t, user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t, user/userext.t: Add new Object Services collection. Tidy up some configuration documentation from earlier changes. * user/object.t: New file.
2007-05-152007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* user/Makefile.am, user/concepts.t, user/rtmon.t: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface.
2007-03-282007-03-28 Chris Johns <chrisj@rtems.org>Joel Sherrill1-1/+1
* user/Makefile.am, user/clock.t: Add support for a handler to obtain the number of nanoseconds since the last clock tick. The primary interface for this is rtems_clock_set_nanoseconds_extension. Subsequent commits from Joel will redo the TOD support to use this capability.
2007-03-082007-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* user/Makefile.am, user/stackchk.t: Change dump usage to report usage.
2007-03-062007-03-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+8
* user/Makefile.am, user/barrier.t, user/c_user.texi: Update barrier documentation.
2006-09-142006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+9
* new_chapters/Makefile.am, new_chapters/gen_section, new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi, user/dirstat.texi: Promote CPU Usage to first class citizen. Rename to start with rtems_ and include documentation in user guide. * user/cpuuse.t: New file. * new_chapters/cpuuse.t: Removed.
2006-09-132006-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+9
* new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi, user/dirstat.texi, user/task.t: Move stack to first class citizen status. Include it in User Manual and rename to start with rtems_. * user/stackchk.t: New file. * new_chapters/stackchk.t: Removed.
2006-01-202006-01-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+3
* user/rtemsarc.gif, user/states.gif, user/rtemspie.gif: Remove (Unused). * user/rtemsarc.txt, user/rtemspie.txt, user/states.txt: New (Extracted from other docs). * user/Makefile.am: Reflect changes above.
2005-09-022005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi, FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi, FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/stamp-vti, FAQ/tools.texi, FAQ/version.texi, bsp_howto/rtc.t, started/buildc.t, started/buildrt.t, user/Makefile.am, user/region.t: Fix typos and regenerate.
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+0
* Makefile.am: Cosmetics.
2003-12-112003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* Makefile.am: Cosmetics.
2003-11-262003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* Makefile.am: Add *.info to CLEANFILES to accomodate automake-1.7f/1.8 breaking building infos.
2003-09-222003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+1
* Makefile.am: Merger from rtems-4-6-branch.
2003-01-242003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-23/+23
* Makefile.am: Put GENERATED_FILES into $builddir.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+0
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-01-182002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+2
* Makefile.am: include main.am, require automake-1.5.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
2000-06-10Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+6
which splits the current monolithic specs files into a sequence of subparts. These can be concatenated togather to make a the whole .spec file. This cleans up the maintenance problem of having "all languages" and a "C/C++ only" gccnewlib spec files. Plus it should make it easier to produce variants like the gdb-m68k-bdm which require special hackery. :) Ralf's comments: It addresses the way *.spec.in get composed inside of the source tree. Changes: * Each spec.in is broken into several files (*.add), one *.add file per sub-package. * Each Makefile.am composes spec.ins from the *.add files * Removal of redundant automake support files. * Default value for BuildRoot changed to /tmp/<spec-file-name> * %clean stage added to *specs Advantages (IMHO). * The *.add files are easier to adminstrate and more flexible in comparison to the former *.specs.ins. * gccnewlib_c_only.spec.in now is composed from the same sources as gccnewlib.spec.in (less errors) * If using the default BuildRoot --clean now deletes all files that were generated while building. Notes: * rtems.spec.in has not yet been adapted to the scheme used for the other *spec.ins * Except for cosmetical changes the internals of the *.spec files should not have changed. To Apply: cvs rm -f scripts/binutils/binutils.spec.in cvs rm -f scripts/gccnewlib/gccnewlib.spec.in cvs rm -f scripts/gccnewlib/gccnewlib_c_only.spec.in cvs rm -f scripts/gdb/gdb.spec.in cvs rm -f scripts/config.sub cvs rm -f scripts/config.guess cvs rm -f scripts/install-sh cvs rm -f scripts/mkinstalldirs cvs rm -f scripts/missing patch -p1 < rtems-rc-4.5.0-21.diff cvs add scripts/*/*.add cvs add scripts/*/README
2000-06-01Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-86/+81
Ralf's comments follow: Changes: * Enhanced versioning: - Addition of automake's version.texi support - Replacement of rtemsdoc's former versioning support by automake's versioning support (Abandoning RTEMS-UPDATE-* etc.) - Abandoning setup.texi.in - Add EDITION to each documents Makefile.am - version.texi support in project.am - Addition of maintainer mode (currently only used to prevent incorrectly updating timestamps when users touch automake's version.texi timestamp files (stamp-vti)). * Fixing info dir support - Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY - $(infodir)/dir is now correctly set up * Avoid using temporary files - Pipe texts through REPLACE2 into BMENU2 instead of using temporary files. - Abandon using bmenu in favor of bmenu2 (bmenu could be removed now) * Prepare Makefile.ams for building in a separate buildtree - prefix files with $(srcdir) in Makefile.am for files which must be generated inside of the source tree Notes: * rtemsdoc can not yet be build in a separate source-tree, but we are very close to it. * You as the maintainer of this package now should always use --enable-maintainer-mode to configure rtemsdoc.
2000-05-08Added Data Types Chapter.Joel Sherrill1-3/+8
2000-04-26Patches rtemsdoc-4.5.0-rc.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+8
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-26Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-76/+39
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.
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1999-11-16Added task variable services.Joel Sherrill1-1/+1
1999-10-25Formatting improvements.Joel Sherrill1-1/+1
1999-10-11Added files generated by index process to clean stanza.Joel Sherrill1-1/+3
1999-10-11Turned on concept and function name indexing.Joel Sherrill1-5/+9
1999-10-07Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1-1/+2
pdf version of figures. Added convert stanza to generate pdf's from eps of figures.
1999-10-07Cleaned up use of $(PROJECT) instead of hard-coding c_user.Joel Sherrill1-3/+5
Added rule to convert rtemspie.eps to .pdf.
1999-10-06Enabled images. They appear to work ok for PostScript but not as wellJoel Sherrill1-1/+1
for PDF -- at least according to ghostview.
1999-10-01Numerous minor changes required to transition to the latest versionJoel Sherrill1-3/+9
of texinfo and TeX. This version of the tools can produce PDF with figures included.
1999-07-03Removed concept of distribution level.Joel Sherrill1-1/+0
1998-04-02Went back to not printing an index. makeinfo does fine if you have indicesJoel Sherrill1-4/+4
but do not print them. texi2dvi barfs if the entries are even there.
1998-03-30Making the stanza right and improving the way the isntall directories are builtJoel Sherrill1-15/+7
1998-03-30Corrected distribution levels for htmlJoel Sherrill1-2/+2
1998-03-30Added distribution level to each manualJoel Sherrill1-2/+3