source: rtems/c/TESTED @ f198c63

4.104.114.84.95
Last change on this file since f198c63 was 729c8f2e, checked in by Joel Sherrill <joel.sherrill@…>, on 07/02/96 at 18:14:52

updated for 3.5.17

  • Property mode set to 100644
File size: 2.3 KB
Line 
1#
2#  $Id$
3#
4
5This file is current as of the 3.5.17 snapshot.
6
7The RTEMS project uses SparcStations running the Solaris 2.3 operating
8system internally for development.  This release has been tested on the
9following Languages/CPUs/Targets using Solaris 2.3/SPARC as the host
10environment:
11
12            CPU     CPU
13  LANGUAGE FAMILY  MODEL         TARGET             SUITES
14  ======== ====== ========= =================== ===============
15     C      m68k   m68000    efi68k                 (note 1)
16     C      m68k   m68020    Motorola MVME136      ALL TESTS
17     C      m68k   m68020    Motorola MVME147       (note 1)
18     C      m68k  m68lc040   Motorola MVME162       (note 1)
19     C      m68k  m68ec040   Motorola IDP           (note 1)
20     C      m68k   m68020    DY-4 DMV152            (note 1)
21     C      m68k   m68302    generic 68302          (note 1)
22     C      m68k   m68332    efi332                 (note 1)
23     C      m68k   m68302    generic 68360          (note 1)
24     C      i386  i386_fp    Force CPU-386         ALL TESTS
25     C      i386   i486      DJGPP/PC-AT           ALL TESTS
26     C      i386  pentium    DJGPP/PC-AT           ALL TESTS
27     C      i960  i960ca     Cyclone CVME961        (note 4)
28     C      hppa  hppa7100   simhppa                (note 1)
29     C      ppc    403       Papyrus                (note 1)
30     C      UNIX     NA      Solaris 2 (SPARC)     ALL TESTS (inlines)
31     C      UNIX     NA      Solaris 2 (SPARC)     ALL TESTS (macros)
32     C      UNIX     NA      Linux (i386)          NOT TESTED
33     C      UNIX     NA      HPUX (PA-RISC)         (note 2)
34     C     no_cpu    NA      no_bsp                 (note 3)
35
36NOTES:
37
38"NOT TESTED" indicates that this was not tested in the testing cycle
39immediately preceding the snapshot.
40
41(1) Target board is not owned by RTEMS Project.  The target is known
42    to compile and link with all appropriate tests successfully.
43    If the target does not support multiprocessor configurations, then
44    "ALL TESTS" does not include the multiprocessor tests.
45
46(2) RTEMS Project cannot internally compile or test this target.
47
48(3) Target is not intended to be executed.  It is only an example.
49
50(4) The board owned by the RTEMS Project is broken.  The BSP is known
51    to compile and link with all appropriate tests successfully.
Note: See TracBrowser for help on using the repository browser.