RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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>
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 Support.