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