1 |
577 |
jeremybenn |
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
|
2 |
|
|
* File Name : 75x_conf.h
|
3 |
|
|
* Author : MCD Application Team
|
4 |
|
|
* Date First Issued : 03/10/2006
|
5 |
|
|
* Description : Library configuration file.
|
6 |
|
|
********************************************************************************
|
7 |
|
|
* History:
|
8 |
|
|
* 07/17/2006 : V1.0
|
9 |
|
|
* 03/10/2006 : V0.1
|
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 __75x_CONF_H
|
21 |
|
|
#define __75x_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
|
28 |
|
|
|
29 |
|
|
/************************************* SMI ************************************/
|
30 |
|
|
//#define _SMI
|
31 |
|
|
|
32 |
|
|
/************************************* CFG ************************************/
|
33 |
|
|
#define _CFG
|
34 |
|
|
|
35 |
|
|
/************************************* MRCC ************************************/
|
36 |
|
|
#define _MRCC
|
37 |
|
|
|
38 |
|
|
/************************************* ADC ************************************/
|
39 |
|
|
//#define _ADC
|
40 |
|
|
|
41 |
|
|
/************************************* TB *************************************/
|
42 |
|
|
#define _TB
|
43 |
|
|
|
44 |
|
|
/************************************* TIM ************************************/
|
45 |
|
|
#define _TIM
|
46 |
|
|
#define _TIM0
|
47 |
|
|
#define _TIM1
|
48 |
|
|
#define _TIM2
|
49 |
|
|
|
50 |
|
|
/************************************* PWM ************************************/
|
51 |
|
|
#define _PWM
|
52 |
|
|
|
53 |
|
|
/************************************* WDG ************************************/
|
54 |
|
|
#define _WDG
|
55 |
|
|
|
56 |
|
|
/************************************* SSP ************************************/
|
57 |
|
|
//#define _SSP
|
58 |
|
|
//#define _SSP0
|
59 |
|
|
//#define _SSP1
|
60 |
|
|
|
61 |
|
|
/************************************* CAN ************************************/
|
62 |
|
|
//#define _CAN
|
63 |
|
|
|
64 |
|
|
/************************************* I2C ************************************/
|
65 |
|
|
//#define _I2C
|
66 |
|
|
|
67 |
|
|
/************************************* UART ***********************************/
|
68 |
|
|
#define _UART
|
69 |
|
|
#define _UART0
|
70 |
|
|
#define _UART1
|
71 |
|
|
#define _UART2
|
72 |
|
|
|
73 |
|
|
/************************************* GPIO ***********************************/
|
74 |
|
|
#define _GPIO
|
75 |
|
|
#define _GPIO0
|
76 |
|
|
#define _GPIO1
|
77 |
|
|
#define _GPIO2
|
78 |
|
|
#define _GPIOREMAP
|
79 |
|
|
|
80 |
|
|
/************************************* DMA ************************************/
|
81 |
|
|
//#define _DMA
|
82 |
|
|
//#define _DMA_Stream0
|
83 |
|
|
//#define _DMA_Stream1
|
84 |
|
|
//#define _DMA_Stream2
|
85 |
|
|
//#define _DMA_Stream3
|
86 |
|
|
|
87 |
|
|
/************************************* RTC ************************************/
|
88 |
|
|
//#define _RTC
|
89 |
|
|
|
90 |
|
|
/************************************* EXTIT **********************************/
|
91 |
|
|
#define _EXTIT
|
92 |
|
|
|
93 |
|
|
/************************************* EIC ************************************/
|
94 |
|
|
#define _EIC
|
95 |
|
|
|
96 |
|
|
/* Comment the following line, depending on the external Quartz oscillator used
|
97 |
|
|
in your application */
|
98 |
|
|
#define Main_Oscillator 4000000 /* 4 MHz Quartz oscillator used */
|
99 |
|
|
//#define Main_Oscillator 8000000 /* 8 MHz Quartz oscillator used */
|
100 |
|
|
|
101 |
|
|
/* Exported macro ------------------------------------------------------------*/
|
102 |
|
|
/* Exported functions ------------------------------------------------------- */
|
103 |
|
|
|
104 |
|
|
#endif /* __75x_CONF_H */
|
105 |
|
|
|
106 |
|
|
/******************* (C) COPYRIGHT 2006 STMicroelectronics *****END OF FILE****/
|