source: rtems/c/src/lib/libbsp/sh/simsh4/README @ c682b89

4.104.114.84.95
Last change on this file since c682b89 was cd67dca, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 21:04:35

2001-10-11 Alexandra Kossovsky <sasha@…>

  • clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am, README, bsp_specs, console/Makefile.am, console/console.c, console/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/syscall.h, include/ramdisk.h, include/.cvsignore, start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/hw_init.c, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am, timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore, configure.ac, .cvsignore, ChangeLog?: New files. Reviewed and updated to latest automake and autoconf standards by Ralf Corsepius <corsepiu@…>.
  • Property mode set to 100644
File size: 1010 bytes
Line 
1#
2#  $Id$
3#
4#  Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
5#  Author: Victor V. Vengerov <vvv@oktet.ru>
6#
7
8BSP NAME:           simsh4 (SH4 BSP working together with gdb simulator)
9BOARD:              n/a
10BUS:                n/a
11CPU FAMILY:         Hitachi SH
12CPU:                SH4
13COPROCESSORS:       none
14MODE:               n/a
15
16DEBUG MONITOR:      gdb
17
18PERIPHERALS
19===========
20TIMERS:             not supported now
21SERIAL PORTS:       implemented using simulator 'trap 34' hook (stdio redir).
22REAL-TIME CLOCK:    none
23DMA:                not used
24VIDEO:              none
25SCSI:               none
26NETWORKING:         none
27
28DRIVER INFORMATION
29==================
30CLOCK DRIVER:       not supported now
31IOSUPP DRIVER:      default
32SHMSUPP:            default
33TIMER DRIVER:       not supported now
34TTY DRIVER:         /dev/console
35
36STDIO
37=====
38PORT:               n/a
39ELECTRICAL:         n/a
40BAUD:               n/a
41BITS PER CHARACTER: n/a
42PARITY:             n/a
43STOP BITS:          n/a
44
45NOTES
46=====
47
Note: See TracBrowser for help on using the repository browser.