source: rtems/c/src/lib/libcpu/powerpc/ppc403/README @ 5250ff39

4.104.114.84.95
Last change on this file since 5250ff39 was 3235ad9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/23/95 at 19:30:23

Support for variable length names added to Object Handler. This supports
both fixed length "raw" names and strings from the API's point of view.

Both inline and macro implementations were tested.

  • Property mode set to 100644
File size: 533 bytes
Line 
1Various non BSP dependant support routines.
2
3clock - Uses the 403 PIT (Programmable interval timer) to
4        generate RTEMS clock ticks.
5
6console - Uses the 403 Internal serial port to do RTEMS
7        console I/O.  Not ALL memebers of the 403 family
8        have this.
9
10include - Currently empty
11
12timer - Uses the 403 timebase register for timing
13        tests.  Other PowerPCs have slightly different
14        timebase register definitions.
15
16vectors - PowerPC 403 specific vector entry points.
17        Includes CPU dependant, application independant
18        handlres: alignment.
Note: See TracBrowser for help on using the repository browser.