summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-02-11new test casesJoel Sherrill2-0/+92
1998-02-11new directory structure for hwapiJoel Sherrill2-2/+2
1998-02-11hwapi addedJoel Sherrill1-1/+2
1998-02-11updatesJoel Sherrill17-655/+540
1998-02-06Updated copyrightsJoel Sherrill191-198/+192
1998-02-06Added @table/@end table capability along with the avdas.d test case whereJoel Sherrill3-3/+363
this capability was first used.
1998-02-05Added code to more correctly process abstract types (handle, range, etc).Joel Sherrill2-22/+76
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill1-2/+1
Here is the result of my nightly work to get RTEMS_ROOT=$srcdir working with different shells and relative/absolute paths. What I did is relatively simple in principle: Instead of setting RTEMS_ROOT in configure.in and then let configure substitute @RTEMS_ROOT@ inside the Makefiles, I now let each Makefile set RTEMS_ROOT from each Makefile's @top_srcdir@ value. The difference is subtile, but with enormous side effects: - If RTEMS_ROOT is set in configure, then the same single value will be propagated to all Makefiles. This breaks using relative paths, as the relative path to the root of the source tree is used inside of all subdirectory Makefiles. - Now each Makefile.in sets RTEMS_ROOT = @top_srcdir@. top_srcdir is computed individually by configure for each single Makefile.in, hereby receiving the correct value, no matter if relative or absolute paths are used. To get this working, I needed to remove setting RTEMS_ROOT from target.cfg.in, because this overrides the value of RTEMS_ROOT from each individual Makefile. Furthermore, I removed RTEMS_CUSTOM from the Makefiles and replaced all "include $(RTEMS_CUSTOM)" directives with"include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP)". Perhaps you don't like this, but I think, to have one variable less is clearer and easier to understand than having several variables refering to the next one. I enclose a small patch to this mail, which - fixes the config.h problem (to finally clearify misunderstands) - removes assignment/subsitution of RTEMS_ROOT from configure.in - contains a workaround for the application Makefile's RTEMS_ROOT problem (reported by Eric) - removes some unused lines from the toplevel Makefile.in - removes assignment of RTEMS_ROOT from make/target.cfg.in
1998-01-30Modified output of @Example style in MsWord output routine so it wouldJoel Sherrill2-4/+36
be one paragraph with manual line breaks rather than multiple paragraphs..
1998-01-23minor updates .. mostly versionJoel Sherrill20-106/+110
1998-01-23Fixed some "NodeNameIncludesChapterName" problems which were uncoveredJoel Sherrill1-11/+29
doing the HWAPI manual.
1998-01-21Changed reference from PROJECT_ROOT to RTEMS_ROOT.Joel Sherrill1-1/+1
1998-01-21Added Code to dop the output in a format which a custom Visual BasicJoel Sherrill3-10/+203
Application Cindy has written can transform into a nice Word document.
1997-12-02Modified SPARC to PowerPC. Modified specific requirements to beJennifer Averett2-14/+14
for the PowerPC instead of the SPARC.
1997-12-02Added definations for serial_per_sec, serial_rate, and serial_xon_xoff.Jennifer Averett2-12/+12
1997-12-02Modified referances to SPARC to PowerPC. Updated the Information Table toJennifer Averett2-12/+46
match the one in CPU.H. Added spurious_handler and exceptions_in_RAM items. Added definations for clicks_per_usec, spurious_handler,exceptions_in_RAM, serial_external_clock, serial_cts_rts, timer_average_overhead, and timer_least_valid.
1997-10-31Test document.Joel Sherrill1-0/+690
1997-10-31New test file.Joel Sherrill1-4/+4
1997-10-31Replaced the algorithm used to build the texinfo nodes and menus. ThisJoel Sherrill1-218/+236
was necessary to fix some bugs and to support the "@subsubsection", "@raise", and "@lower" commands. The major known bug was that single section chapters were not being processed correctly. Added the -c option so chapter names do not always have to included in the node names.
1997-09-03More specific information on error code.Joel Sherrill1-1/+2
1997-08-15Added command line options for next, previous, and up node.Joel Sherrill1-7/+28
Added error check to insure we don't write over a .texi file given to us as input.
1997-08-04Fixed wildcard in copy command.Joel Sherrill1-1/+1
1997-08-04Added comments to help avoid editting generated file.Joel Sherrill2-0/+8
1997-08-04Added information based on comments from Katsu Shibuya.Joel Sherrill7-11/+57
1997-08-04Fixed node links.Joel Sherrill3-3/+3
1997-08-04removed binary filesJoel Sherrill3-0/+0
1997-07-31Corrected bug in MakefileJoel Sherrill1-1/+1
1997-07-31Corrected problem where directories where not being properly created.Joel Sherrill3-7/+10
Change path to indicate expected snapshot date.
1997-07-31corrected typos and changes LANGUAGE to RTEMS-LANGUAGE.Joel Sherrill23-39/+51
1997-07-31Added more info.Joel Sherrill6-272/+276
1997-07-31Added info on what data type is expected by the clock_get directiveJoel Sherrill1-0/+36
for the pointer to a "return area"..
1997-07-31Added rtems_message_queue_get_number_pending directive.Joel Sherrill1-5/+50
1997-07-18Fixed typo of "::"Joel Sherrill1-1/+1
1997-07-02Updated to the PowerPC.Joel Sherrill2-2/+70
1997-07-02updated to properly reflect powerpcJoel Sherrill6-228/+86
1997-07-01New files -- PowerPC supplement is based on the SPARC supplement.Joel Sherrill20-0/+3307
This version has had some initial work done to convert it to be PowerPC specific.
1997-06-16base PDL 2 TEXIJoel Sherrill9-0/+1379
1997-06-16Initial revisionJoel Sherrill7-0/+5348
1997-06-04added CVS Id stringJoel Sherrill181-70/+541
1997-06-04added CVS Id stringJoel Sherrill1-0/+2
1997-06-04Added CVS Id stringJoel Sherrill2-0/+6
1997-06-04changed version numberJoel Sherrill4-5/+6
1997-06-04changed edition and version informationJoel Sherrill16-28/+29
1997-06-04Fixed formatting problem where @example did not start early enough.Joel Sherrill1-2/+2
1997-06-04final corrections before 4.1.0 documentation freeze.Joel Sherrill11-29/+28
1997-05-31Changed bitwise OR's used to build up option and attribute setsJoel Sherrill30-222/+404
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"
1997-05-31Changed bitwise OR's used to build up option and attribute setsJoel Sherrill2-7/+8
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives.
1997-05-30fixed typosJoel Sherrill23-83/+83
1997-05-30updated to reflect AdaJoel Sherrill2-15/+262
1997-05-30new file -- Ada specificJoel Sherrill3-3/+22