Commit Graph

1606 Commits

Author SHA1 Message Date
Joel Sherrill
02d19d8123 Added code to more correctly process abstract types (handle, range, etc). 1998-02-05 20:05:26 +00:00
Joel Sherrill
5c3511e5cf Big patch form Ralf Corsepius described in this email:
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-30 21:49:51 +00:00
Joel Sherrill
b4767da586 Modified output of @Example style in MsWord output routine so it would
be one paragraph with manual line breaks rather than multiple paragraphs..
1998-01-30 19:17:25 +00:00
Joel Sherrill
173c59c841 minor updates .. mostly version 1998-01-23 16:57:29 +00:00
Joel Sherrill
1d01241029 Fixed some "NodeNameIncludesChapterName" problems which were uncovered
doing the HWAPI manual.
1998-01-23 16:56:40 +00:00
Joel Sherrill
d73ed76b03 Changed reference from PROJECT_ROOT to RTEMS_ROOT. 1998-01-21 16:50:45 +00:00
Joel Sherrill
972dc40ea7 Added Code to dop the output in a format which a custom Visual Basic
Application Cindy has written can transform into a nice Word document.
1998-01-21 15:15:12 +00:00
Jennifer Averett
3013e18f74 Modified SPARC to PowerPC. Modified specific requirements to be
for the PowerPC instead of the SPARC.
1997-12-02 16:27:15 +00:00
Jennifer Averett
bfad6e21ed Added definations for serial_per_sec, serial_rate, and serial_xon_xoff. 1997-12-02 16:02:45 +00:00
Jennifer Averett
ba2d45e6a7 Modified referances to SPARC to PowerPC. Updated the Information Table to
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-12-02 15:38:10 +00:00
Joel Sherrill
87926ab663 Test document. 1997-10-31 19:44:42 +00:00
Joel Sherrill
f70c6adca3 New test file. 1997-10-31 19:44:32 +00:00
Joel Sherrill
2744eec495 Replaced the algorithm used to build the texinfo nodes and menus. This
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-10-31 19:44:23 +00:00
Joel Sherrill
cf5ef6d52d More specific information on error code. 1997-09-03 15:36:05 +00:00
Joel Sherrill
5b9ec35166 Added command line options for next, previous, and up node.
Added error check to insure we don't write over a .texi file given
to us as input.
1997-08-15 16:40:21 +00:00
Joel Sherrill
1f552a0efd Fixed wildcard in copy command. 1997-08-04 20:06:33 +00:00
Joel Sherrill
0e5dd4288c Added comments to help avoid editting generated file. 1997-08-04 20:06:16 +00:00
Joel Sherrill
1ca951cebf Added information based on comments from Katsu Shibuya. 1997-08-04 20:05:48 +00:00
Joel Sherrill
6059e1116d Fixed node links. 1997-08-04 20:04:43 +00:00
Joel Sherrill
6943b0eaf3 removed binary files 1997-08-04 20:04:25 +00:00
Joel Sherrill
b930f43d2d Corrected bug in Makefile 1997-07-31 19:00:09 +00:00
Joel Sherrill
60593076c8 Corrected problem where directories where not being properly created.
Change path to indicate expected snapshot date.
1997-07-31 18:59:59 +00:00
Joel Sherrill
db91520362 corrected typos and changes LANGUAGE to RTEMS-LANGUAGE. 1997-07-31 18:45:58 +00:00
Joel Sherrill
03c8223b96 Added more info. 1997-07-31 18:45:32 +00:00
Joel Sherrill
c3fec1c035 Added info on what data type is expected by the clock_get directive
for the pointer to a "return area"..
1997-07-31 18:44:10 +00:00
Joel Sherrill
d1f19f09db Added rtems_message_queue_get_number_pending directive. 1997-07-31 18:24:06 +00:00
Joel Sherrill
372a382ab4 Fixed typo of "::" 1997-07-18 15:04:19 +00:00
Joel Sherrill
2e6d68c475 Updated to the PowerPC. 1997-07-02 17:54:33 +00:00
Joel Sherrill
ce90366e29 updated to properly reflect powerpc 1997-07-02 17:49:23 +00:00
Joel Sherrill
563f7e0f1c New files -- PowerPC supplement is based on the SPARC supplement.
This version has had some initial work done to convert it to
be PowerPC specific.
1997-07-01 18:39:44 +00:00
Joel Sherrill
85ecda876c This commit was generated by cvs2svn to compensate for changes in r930,
which included commits to RCS files with non-trunk default branches.
1997-06-16 21:30:08 +00:00
Joel Sherrill
a66872f657 base PDL 2 TEXI 1997-06-16 21:30:08 +00:00
Joel Sherrill
d4bc481ded Initial revision 1997-06-16 21:30:07 +00:00
Joel Sherrill
139b2e4a00 added CVS Id string 1997-06-04 18:32:07 +00:00
Joel Sherrill
25c5bee547 added CVS Id string 1997-06-04 16:06:28 +00:00
Joel Sherrill
dfce927227 Added CVS Id string 1997-06-04 16:04:51 +00:00
Joel Sherrill
02f19bf5f8 changed version number 1997-06-04 16:04:17 +00:00
Joel Sherrill
bf56ac8608 changed edition and version information 1997-06-04 15:15:59 +00:00
Joel Sherrill
022fbf3e99 Fixed formatting problem where @example did not start early enough. 1997-06-04 15:15:28 +00:00
Joel Sherrill
7e8a1fc947 final corrections before 4.1.0 documentation freeze. 1997-06-04 13:04:36 +00:00
Joel Sherrill
a94c5a5d69 Changed bitwise OR's used to build up option and attribute sets
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-31 15:55:10 +00:00
Joel Sherrill
1499931de9 Changed bitwise OR's used to build up option and attribute sets
to be correct in either C or Ada.

Added the interrupt disable, enable, flash, and is in progress directives.
1997-05-31 15:54:51 +00:00
Joel Sherrill
17a3c690be fixed typos 1997-05-30 22:57:25 +00:00
Joel Sherrill
92c2ae1f30 updated to reflect Ada 1997-05-30 21:15:28 +00:00
Joel Sherrill
b64905a74e new file -- Ada specific 1997-05-30 21:15:20 +00:00
Joel Sherrill
61389eac9f first cut at Ada bindings manual 1997-05-29 21:53:58 +00:00
Joel Sherrill
1ca853b288 updated version number 1997-05-29 21:53:46 +00:00
Joel Sherrill
3a8256db27 first cut at adding an Ada bindings manual 1997-05-29 21:53:39 +00:00
Joel Sherrill
5c995d728c version changed 1997-05-28 20:34:49 +00:00
Joel Sherrill
32cbfa76cb *** empty log message *** 1997-05-28 20:34:15 +00:00