summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/README
blob: c75ad9927eb06f5928031874d1336e846be51119 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
#  $Id$
#
#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#

BSP NAME:           generic SH1 (gensh1)
BOARD:              n/a
BUS:                n/a
CPU FAMILY:         Hitachi SH
CPU:                SH 7032
COPROCESSORS:	    none
MODE:               n/a

DEBUG MONITOR:      gdb

PERIPHERALS
===========
TIMERS:             on-chip
  RESOLUTION:         cf. Hitachi SH 703X Hardware Manual (Phi/4)
SERIAL PORTS:       on-chip (with 2 ports)
REAL-TIME CLOCK:    none
DMA:                not used
VIDEO:              none
SCSI:               none
NETWORKING:         none

DRIVER INFORMATION
==================
CLOCK DRIVER:       on-chip timer
IOSUPP DRIVER:      default
SHMSUPP:            default
TIMER DRIVER:       on-chip timer
TTY DRIVER:         /dev/null (stub)

STDIO
=====
PORT:               /dev/null (stub)
ELECTRICAL:         n/a
BAUD:               n/a
BITS PER CHARACTER: n/a
PARITY:             n/a
STOP BITS:          n/a

NOTES
=====

(1) Only stub console driver available at the moment.
    Driver for the on-chip serial devices (sci) will be available soon.