RTEMS 6.1-rc7
Loading...
Searching...
No Matches
bsp.h
Go to the documentation of this file.
1
9/*
10 * Copyright (c) 2011-2012 Sebastian Huber. All rights reserved.
11 *
12 * The license and distribution terms for this file may be
13 * found in the file LICENSE in this distribution or at
14 * http://www.rtems.org/license/LICENSE.
15 */
16
17#ifndef LIBBSP_ARM_LM3S69XX_BSP_H
18#define LIBBSP_ARM_LM3S69XX_BSP_H
19
28#include <bspopts.h>
29
30#define BSP_FEATURE_IRQ_EXTENSION
31
32#define BSP_ARMV7M_IRQ_PRIORITY_DEFAULT (5 << 5)
33
34#define BSP_ARMV7M_SYSTICK_PRIORITY (6 << 5)
35
36#define BSP_ARMV7M_SYSTICK_FREQUENCY LM3S69XX_SYSTEM_CLOCK
37
38#ifndef ASM
39
41
42#include <rtems.h>
43
44#endif /* ASM */
45
46/* @} */
47
48#endif /* LIBBSP_ARM_LM3S69XX_BSP_H */
49
This header file provides the default definition of BSP_INITIAL_EXTENSION.
This header file defines the RTEMS Classic API.