RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
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
z
+
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
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
score
cpu
nios2
include
rtems
score
nios2.h
Go to the documentation of this file.
1
13
/*
14
* COPYRIGHT (c) 1989-1999.
15
* On-Line Applications Research Corporation (OAR).
16
*
17
* The license and distribution terms for this file may be
18
* found in the file LICENSE in this distribution or at
19
* http://www.rtems.org/license/LICENSE.
20
*
21
*/
22
23
#ifndef _RTEMS_SCORE_NIOS2_H
24
#define _RTEMS_SCORE_NIOS2_H
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
/*
31
* This file contains the information required to build
32
* RTEMS for a particular member of the NIOS2 family.
33
* It does this by setting variables to indicate which
34
* implementation dependent features are present in a particular
35
* member of the family.
36
*
37
* This is a good place to list all the known CPU models
38
* that this port supports and which RTEMS CPU model they correspond
39
* to.
40
*/
41
42
/*
43
* Define the name of the CPU family and specific model.
44
*/
45
46
#define CPU_NAME "NIOS2"
47
#define CPU_MODEL_NAME "nios2"
48
49
/*
50
* See also nios2-rtems-gcc -print-multi-lib for all valid combinations of
51
*
52
* -mno-hw-mul
53
* -mhw-mulx
54
* -mstack-check
55
* -pg
56
* -EB
57
* -mcustom-fpu-cfg=60-1
58
* -mcustom-fpu-cfg=60-2
59
*/
60
61
#ifdef __cplusplus
62
}
63
#endif
64
65
#endif
/* _RTEMS_SCORE_NIOS2_H */
Generated by
1.8.15