source: rtems/bsps/sh/gensh1/README @ b82a4b4

5
Last change on this file since b82a4b4 was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
2#
3
4BSP NAME:           generic SH1 (gensh1)
5BOARD:              n/a
6BUS:                n/a
7CPU FAMILY:         Hitachi SH
8CPU:                SH 7032
9COPROCESSORS:       none
10MODE:               n/a
11
12DEBUG MONITOR:      gdb
13
14PERIPHERALS
15===========
16TIMERS:             on-chip
17  RESOLUTION:         cf. Hitachi SH 703X Hardware Manual (Phi/4)
18SERIAL PORTS:       on-chip (with 2 ports)
19REAL-TIME CLOCK:    none
20DMA:                not used
21VIDEO:              none
22SCSI:               none
23NETWORKING:         none
24
25DRIVER INFORMATION
26==================
27CLOCK DRIVER:       on-chip timer
28IOSUPP DRIVER:      default
29SHMSUPP:            default
30TIMER DRIVER:       on-chip timer
31TTY DRIVER:         /dev/null (stub)
32
33STDIO
34=====
35PORT:               /dev/null (stub)
36ELECTRICAL:         n/a
37BAUD:               n/a
38BITS PER CHARACTER: n/a
39PARITY:             n/a
40STOP BITS:          n/a
41
42NOTES
43=====
44
45(1) The stub console driver (null) is enabled by default.
46
47(2) The driver for the on-chip serial devices (sci) is still in its infancy
48    and not fully tested. It may even be non-functional and therefore is
49    disabled by default. Please let us know any problems you encounter with
50    it.
51    To activate it edit libbsp/sh/gensh1/include/bsp.h
Note: See TracBrowser for help on using the repository browser.