Changeset 8eacefcc in rtems for c/src/lib/libbsp/c4x
- Timestamp:
- 02/29/00 16:35:45 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b6f9b5f1
- Parents:
- 6f645ff
- Location:
- c/src/lib/libbsp/c4x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/c4x/c4xsim/README
r6f645ff r8eacefcc 6 6 BOARD: Simulator in GDB 7 7 BUS: N/A 8 CPU FAMILY: ppc8 CPU FAMILY: C3X/C4X 9 9 CPU: C32 and others 10 10 COPROCESSORS: N/A … … 15 15 PERIPHERALS 16 16 =========== 17 TIMERS: PPC internal Timebase register17 TIMERS: Internal Timer 18 18 RESOLUTION: ??? 19 19 SERIAL PORTS: simulated via -
c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am
r6f645ff r8eacefcc 27 27 28 28 include $(top_srcdir)/../../../../../../automake/local.am 29 30 H_FILES = $(srcdir)/../../../shared/include/coverhd.h \31 $(srcdir)/bsp.h $(srcdir)/simio.h $(srcdir)/../../../shared/include/bspIo.h32 -
c/src/lib/libbsp/c4x/shared/bspspuriousinit.c
r6f645ff r8eacefcc 17 17 #include <bsp.h> 18 18 #include <bspIo.h> 19 #include <simio.h>20 19 21 20 /*
Note: See TracChangeset
for help on using the changeset viewer.