OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_STM32F103_Primer_GCC/] [ST_Code/] [stm32f10x_conf.h] - Blame information for rev 582

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 582 jeremybenn
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
2
* File Name          : stm32f10x_conf.h
3
* Author             : MCD Application Team
4
* Date First Issued  : 09/29/2006
5
* Description        : Library configuration file.
6
********************************************************************************
7
* History:
8
* 02/05/2007: V0.1
9
* 09/29/2006: V0.01
10
********************************************************************************
11
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
12
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
13
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
14
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
15
* CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
16
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
17
*******************************************************************************/
18
 
19
/* Define to prevent recursive inclusion -------------------------------------*/
20
#ifndef __STM32F10x_CONF_H
21
#define __STM32F10x_CONF_H
22
 
23
/* Includes ------------------------------------------------------------------*/
24
/* Exported types ------------------------------------------------------------*/
25
/* Exported constants --------------------------------------------------------*/
26
/* Comment the line below to compile the library in release mode */
27
//#define DEBUG   0
28
 
29
/* Comment the line below to disable the specific peripheral inclusion */
30
/************************************* ADC ************************************/
31
//#define _ADC
32
#define _ADC1
33
#define _ADC2
34
 
35
/************************************* CAN ************************************/
36
//#define _CAN
37
 
38
/************************************* DMA ************************************/
39
//#define _DMA
40
#define _DMA_Channel1
41
#define _DMA_Channel2
42
#define _DMA_Channel3
43
#define _DMA_Channel4
44
#define _DMA_Channel5
45
#define _DMA_Channel6
46
#define _DMA_Channel7
47
 
48
/************************************* EXTI ***********************************/
49
//#define _EXTI
50
 
51
/************************************* GPIO ***********************************/
52
#define _GPIO
53
#define _GPIOA
54
#define _GPIOB
55
#define _GPIOC
56
#define _GPIOD
57
//#define _GPIOE
58
#define _AFIO
59
 
60
/************************************* I2C ************************************/
61
//#define _I2C
62
//#define _I2C1
63
//#define _I2C2
64
 
65
/************************************* IWDG ***********************************/
66
//#define _IWDG
67
 
68
/************************************* NVIC ***********************************/
69
#define _NVIC
70
#define _SCB
71
 
72
/************************************* BKP ************************************/
73
//#define _BKP  
74
 
75
/************************************* PWR ************************************/
76
//#define _PWR
77
 
78
/************************************* RCC ************************************/
79
#define _RCC
80
 
81
/************************************* RTC ************************************/
82
//#define _RTC
83
 
84
/************************************* SPI ************************************/
85
#define _SPI
86
//#define _SPI1
87
#define _SPI2
88
 
89
/************************************* SysTick ********************************/
90
#define _SysTick
91
 
92
/************************************* TIM1 ***********************************/
93
//#define _TIM1
94
 
95
/************************************* TIM ************************************/
96
#define _TIM
97
#define _TIM2
98
#define _TIM3
99
#define _TIM4
100
 
101
/************************************* USART **********************************/
102
//#define _USART
103
//#define _USART1
104
//#define _USART2
105
//#define _USART3
106
 
107
/************************************* WWDG ***********************************/
108
//#define _WWDG
109
 
110
/* In the following line adjust the value of External High Speed oscillator (HSE)
111
   used in your application */
112
#define HSE_Value    ((u32)12000000)   /* Value of the External oscillator in Hz*/
113
 
114
/* Exported macro ------------------------------------------------------------*/
115
/* Exported functions ------------------------------------------------------- */
116
 
117
#endif /* __STM32F10x_CONF_H */
118
 
119
/******************* (C) COPYRIGHT 2007 STMicroelectronics *****END OF FILE****/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.