Changeset 54318619 in rtems
- Timestamp:
- Aug 22, 2003, 1:16:04 PM (17 years ago)
- Children:
- 17ca2da
- Parents:
- a23206b
- Location:
- doc/FAQ
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/FAQ/ChangeLog
ra23206b r54318619 1 2003-08-22 Joel Sherrill <joel@OARcorp.com> 2 3 * basic.t, entry: Reconcile differences between CVS trunk and 4.6 4 branch. 5 1 6 2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
doc/FAQ/basic.t
ra23206b r54318619 104 104 @item Motorola MC683xx 105 105 @item Motorola ColdFire 106 @item ARM 107 @item Hitachi H8/300 106 108 @item Hitachi SH 107 109 @item Intel i386 … … 112 114 @item AMD A29K 113 115 @item Hewlett-Packard PA-RISC 116 @item Texas Instruments C3x/C4x 117 @item OpenCores OR32 114 118 @end itemize 115 119 -
doc/FAQ/entry
ra23206b r54318619 30 30 31 31 RTEMS is built using GNU autoconf and can be built on any host supporting 32 the GNU tools including Linux, FreeBSD, NetBSD, Solaris, and MS-Windows to33 name but a few. The current RTEMS release supports athe following CPU32 the GNU tools including GNU/Linux, FreeBSD, NetBSD, Solaris, and MS-Windows 33 to name but a few. The current RTEMS release supports the following CPU 34 34 families: 35 35 36 36 Motorola m680x0, m683xx, and ColdFire 37 Motorola and IBM PowerPC (4xx, 6xx, 7xx, and 8xx) 38 Hitachi SH-1 37 Motorola and IBM PowerPC (4xx, 5xx, 6xx, 7xx, 8xx, and 84xx) 38 Hitachi SH-1, SH-2, SH-4 39 Hitachi H8 40 ARM 39 41 Intel i386, i486, Pentium, and i960 40 42 SPARC 41 43 MIPS 44 AMD A29K 42 45 HP PA-RISC 43 AMD A29K 46 Texas Instruments C3x/C4x 47 OpenCores OR32 44 48 45 49 There are over 35 Board Support Packages included with RTEMS including 46 BSPs for the SPARC and PowerPC simulators included with gdb. There are 47 numerous BSPs for CPUs targetting the embedded market such as the Motorola 48 m683xx and mpc8xx series which support the on-CPU peripherals. 50 BSPs for a standard PC as well as the SPARC, MIPS, PowerPC simulators 51 included with gdb. There are numerous BSPs for CPUs targetting the 52 embedded market such as the Motorola m683xx, ppc4xx, and mpc8xx series 53 which support the on-CPU peripherals. 49 54 50 55 WWW: 51 56 52 @uref{http://www. OARcorp.com}57 @uref{http://www.rtems.com} 53 58 54 59 E-mail:
Note: See TracChangeset
for help on using the changeset viewer.