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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [ARM7_STR71x_IAR/] [Library/] [include/] [71x_conf.h] - Blame information for rev 577

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 577 jeremybenn
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
2
* File Name          : 71x_conf.h
3
* Author             : MCD Application Team
4
* Date First Issued  : 16/05/2003
5
* Description        : Library configuration for the ADC12 example
6
********************************************************************************
7
* History:
8
*  16/05/2003 : Created
9
*  30/11/2004 : V2.0
10
*******************************************************************************
11
 THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH
12
 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, INDIRECT
14
 OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT
15
 OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION
16
 CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
17
*******************************************************************************/
18
#ifndef __71x_CONF_H
19
#define __71x_CONF_H
20
 
21
 
22
/* Comment the line below to put the library in release mode */
23
//#define DEBUG
24
 
25
//#define inline inline
26
 
27
//#define USE_SERIAL_PORT
28
//#define USE_UART0
29
 
30
// Main Oscillator Frequency value = 4 Mhz
31
#define RCCU_Main_Osc 4000000
32
 
33
/* Comment the lines below corresponding to unwanted peripherals */
34
//#define _ADC12
35
 
36
//#define _APB
37
//#define _APB1
38
//#define _APB2
39
 
40
//#define _BSPI
41
//#define _BSPI0
42
//#define _BSPI1
43
 
44
//#define _CAN
45
 
46
//#define _EIC
47
 
48
//#define _EMI
49
 
50
//#define _FLASH
51
 
52
#define _GPIO
53
#define _GPIO0
54
#define _GPIO1
55
#define _GPIO2
56
 
57
//#define _I2C
58
//#define _I2C0
59
//#define _I2C1
60
 
61
#define _PCU
62
 
63
#define _RCCU
64
 
65
//#define _RTC
66
 
67
#define _TIM
68
#define _TIM0
69
//#define _TIM1
70
//#define _TIM2
71
//#define _TIM3
72
 
73
//#define _UART
74
//#define _UART0
75
//#define _UART1
76
//#define _UART2
77
//#define _UART3
78
 
79
//#define _USB
80
 
81
//#define _WDG
82
 
83
//#define _XTI
84
 
85
 
86
//#define _IRQVectors
87
 
88
 
89
#endif /* __71x_CONF_H */
90
 
91
/******************* (C) COPYRIGHT 2003 STMicroelectronics *****END OF FILE****/

powered by: WebSVN 2.1.0

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