RTEMS
5.0.0
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
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
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
bsps
arm
tms570
include
bsp.h
Go to the documentation of this file.
1
9
/*
10
* Copyright (c) 2014 Premysl Houdek <kom541000@gmail.com>
11
*
12
* Google Summer of Code 2014 at
13
* Czech Technical University in Prague
14
* Zikova 1903/4
15
* 166 36 Praha 6
16
* Czech Republic
17
*
18
* Based on LPC24xx and LPC1768 BSP
19
*
20
* The license and distribution terms for this file may be
21
* found in the file LICENSE in this distribution or at
22
* http://www.rtems.org/license/LICENSE.
23
*/
24
25
#ifndef LIBBSP_ARM_TMS570_BSP_H
26
#define LIBBSP_ARM_TMS570_BSP_H
27
38
#include <bspopts.h>
39
40
#define BSP_FEATURE_IRQ_EXTENSION
41
42
#ifndef ASM
43
44
#include <
rtems.h
>
45
#include <
bsp/default-initial-extension.h
>
46
47
#define BSP_OSCILATOR_CLOCK 8000000
48
#define BSP_PLL_OUT_CLOCK 160000000
49
50
#endif
/* ASM */
51
52
/* @} */
53
54
#endif
/* LIBBSP_ARM_TMS570_BSP_H */
default-initial-extension.h
DEFAULT_INITIAL_EXTENSION Support.
rtems.h
Generated by
1.8.13