RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
score
cpu
h8300
rtems
score
h8300.h
Go to the documentation of this file.
1
11
/*
12
* COPYRIGHT (c) 1989-1999.
13
* On-Line Applications Research Corporation (OAR).
14
*
15
* The license and distribution terms for this file may be
16
* found in the file LICENSE in this distribution or at
17
* http://www.rtems.org/license/LICENSE.
18
*/
19
20
#ifndef _RTEMS_SCORE_H8300_H
21
#define _RTEMS_SCORE_H8300_H
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
/*
28
* This file contains the information required to build
29
* RTEMS for a particular member of the "h8300"
30
* family when executing in protected mode. It does
31
* this by setting variables to indicate which implementation
32
* dependent features are present in a particular member
33
* of the family.
34
*/
35
36
#define CPU_NAME "Hitachi H8300"
37
#define CPU_MODEL_NAME "h8300"
38
#define H8300_HAS_FPU 0
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif
Generated by
1.8.13