Commit Graph

20 Commits

Author SHA1 Message Date
Joel Sherrill
208a922cdf Added TOD code for MVME162 BSP from Katsutoshi Shibuya. 1997-10-23 18:46:03 +00:00
Joel Sherrill
ee9669fc37 Added termios test. 1997-10-23 15:09:50 +00:00
Joel Sherrill
8cd3748d70 Removed duplicate listing of install in MTARGETS.
Add monitor test.
1997-09-21 17:44:14 +00:00
Joel Sherrill
39ffc7da6d Use own pdir option was reversed. 1997-08-26 19:25:20 +00:00
Joel Sherrill
c46732c700 Added ppc-rtems as alternative name.
Moved files around in list of Makefile's to better support
--disable-tests option.
1997-08-04 21:41:38 +00:00
Joel Sherrill
3f70e3cb93 Corrected typo where "+ " was pasted in from another window.
Added c/src/lib/libbsp/m68k/mvme162/consolex/Makefile to list.
1997-08-01 20:22:29 +00:00
Joel Sherrill
91333c27bd Merged very large and much appreciated patch from Chris Johns
<cjohns@plessey.com.au>.  This patch includes the ods68302 bsp,
the RTEMS++ class library, and the rtems++ test.
1997-07-31 22:04:17 +00:00
Joel Sherrill
250394f6da Added mvme162lx bsp configuration.
M68040 FPSP was already part of the tree but was not being built.
1997-07-09 23:42:09 +00:00
Joel Sherrill
1f0f3e3560 added ka9q stack 1997-05-27 23:39:29 +00:00
Joel Sherrill
f5bd03cf5f KA9Q stack removed prior to testing for 4.0.0 public release. 1997-05-23 21:44:19 +00:00
Joel Sherrill
69df7da3a6 updated to correct problem in decoding arguments provided to configure. 1997-05-22 18:13:24 +00:00
Joel Sherrill
d4cf164458 Added support for Hardware API. This will be distributed as a separate
component which can be loaded on top of the RTEMS source tree.
1997-04-22 12:37:11 +00:00
Joel Sherrill
971cd229d1 Corrected spelling of --enable-gcc28 argument 1997-04-18 18:41:51 +00:00
Joel Sherrill
e412baeca0 Modifications to add --enable-libcdir and --enable-gcc28. These
trip options which allow the RTEMS makefile structure to support
both gcc 2.7.2.2 and gcc 2.8 whenever that is released.
1997-04-18 12:45:32 +00:00
Joel Sherrill
fb07f40407 Added gen68360_040. 1997-04-17 14:38:27 +00:00
Joel Sherrill
0c3cd61642 Rate monotonic period and cpu usage monitor libraries and tests added. 1997-04-09 19:59:17 +00:00
Joel Sherrill
e2d7955973 Added ka9q tcpip stack and network driver for the gen68360. This effort
was done based on the 3.6.0 release and had to be autoconf'ed locally.
It is turned on is the bsp enables it and it is not explicitly disabled
via the configure option --disable-tcpip.   As many warnings as possible
were removed locally after the code was merged.  Only the gen68360
and mvme136 bsps were compiled this way.

The ka9q port and network driver were submitted by Eric Norum
(eric@skatter.USask.Ca).

The network demo programs are not included in the tree at this point.
1997-04-09 14:05:50 +00:00
Joel Sherrill
872cc62e7f updated to put bsps in alphabetical order 1997-04-07 21:15:24 +00:00
Joel Sherrill
475fb331ff disabled posix api for the no_cpu-rtems configuration in configure.in
and regenerated configure.
1997-04-02 15:39:20 +00:00
Joel Sherrill
254b445071 This set of changes is the build of what was required to convert to
GNU autoconf.  This is the first large step in allowing an RTEMS
user to perform a one-tree build (per crossgcc FAQ) including RTEMS
in the build process.  With this change RTEMS is configured in
built in the same style as the GNU tools, yet retains the basic
structure of its traditional Makefiles (ala Tony Bennett).
Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received)
a big thank you for doing this.

There are still issues to be resolved but as of this commit, all target
which can be built on a linux host have been using a modified version
of the source Jiri submitted.  This source was merged and most targets
built in the tree before this commit.

There are some issues which remain to be resolved but they are primarily
related to host OS dependencies, script issues, the use of gawk
for hack_specs, and the dependence on gcc snapshots.  These will
be resolved.
1997-04-01 23:07:52 +00:00