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) 2011-2012 Sebastian Huber. All rights reserved.
11 *
12 * embedded brains GmbH
13 * Obere Lagerstr. 30
14 * 82178 Puchheim
15 * Germany
16 * <rtems@embedded-brains.de>
17 *
18 * The license and distribution terms for this file may be
19 * found in the file LICENSE in this distribution or at
20 * http://www.rtems.org/license/LICENSE.
21 */
22
23#ifndef LIBBSP_ARM_LM3S69XX_BSP_H
24#define LIBBSP_ARM_LM3S69XX_BSP_H
25
34#include <bspopts.h>
35
36#define BSP_FEATURE_IRQ_EXTENSION
37
38#define BSP_ARMV7M_IRQ_PRIORITY_DEFAULT (5 << 5)
39
40#define BSP_ARMV7M_SYSTICK_PRIORITY (6 << 5)
41
42#define BSP_ARMV7M_SYSTICK_FREQUENCY LM3S69XX_SYSTEM_CLOCK
43
44#ifndef ASM
45
47
48#include <rtems.h>
49
50#endif /* ASM */
51
52/* @} */
53
54#endif /* LIBBSP_ARM_LM3S69XX_BSP_H */
55
DEFAULT_INITIAL_EXTENSION Support.