Changeset 14780ecf in rtems
- Timestamp:
- Aug 22, 2003, 1:15:51 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a543b4f
- Parents:
- 94a762c
- Location:
- doc/porting
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/porting/ChangeLog
r94a762c r14780ecf 1 2003-08-22 Joel Sherrill <joel@OARcorp.com> 2 3 * cpumodels.t, sourcecode.t: Reconcile differences between CVS trunk 4 and 4.6 branch. 5 1 6 2003-02-14 Joel Sherrill <joel@OARcorp.com> 2 7 -
doc/porting/cpumodels.t
r94a762c r14780ecf 41 41 @item Motorola MC68xxx 42 42 @item Motorola MC683xx 43 @item Intel ix86 (i386 and above)43 @item Intel ix86 (i386, i486, Pentium and above) 44 44 @item Intel i960 45 45 @item ARM … … 48 48 @item SPARC 49 49 @item Hewlett-Packard PA-RISC 50 @item Hitachi H8/300 51 @item Hitachi SH 50 52 @item OpenCores OR32 51 53 @item Texas Instruments C3x/C4x -
doc/porting/sourcecode.t
r94a762c r14780ecf 16 16 The CPU family dependent files associated with a port of the RTEMS 17 17 executive code proper to a particular processor family are found in 18 c /src/exec/score/cpu. Support code for this port as well as processor18 cpukit/score/cpu. Support code for this port as well as processor 19 19 dependent code which may be reused across multiple Board Support Packages 20 20 is found in c/src/lib/libcpu.
Note: See TracChangeset
for help on using the changeset viewer.