mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
First version under SVN is V4.0.1
This commit is contained in:
parent
243393860c
commit
b6df57c7e3
918 changed files with 269038 additions and 0 deletions
91
Demo/ARM7_STR71x_IAR/Library/include/71x_conf.h
Normal file
91
Demo/ARM7_STR71x_IAR/Library/include/71x_conf.h
Normal file
|
@ -0,0 +1,91 @@
|
|||
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
|
||||
* File Name : 71x_conf.h
|
||||
* Author : MCD Application Team
|
||||
* Date First Issued : 16/05/2003
|
||||
* Description : Library configuration for the ADC12 example
|
||||
********************************************************************************
|
||||
* History:
|
||||
* 16/05/2003 : Created
|
||||
* 30/11/2004 : V2.0
|
||||
*******************************************************************************
|
||||
THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH
|
||||
CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
|
||||
AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT
|
||||
OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT
|
||||
OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION
|
||||
CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
|
||||
*******************************************************************************/
|
||||
#ifndef __71x_CONF_H
|
||||
#define __71x_CONF_H
|
||||
|
||||
|
||||
/* Comment the line below to put the library in release mode */
|
||||
//#define DEBUG
|
||||
|
||||
//#define inline inline
|
||||
|
||||
//#define USE_SERIAL_PORT
|
||||
//#define USE_UART0
|
||||
|
||||
// Main Oscillator Frequency value = 4 Mhz
|
||||
#define RCCU_Main_Osc 4000000
|
||||
|
||||
/* Comment the lines below corresponding to unwanted peripherals */
|
||||
//#define _ADC12
|
||||
|
||||
//#define _APB
|
||||
//#define _APB1
|
||||
//#define _APB2
|
||||
|
||||
//#define _BSPI
|
||||
//#define _BSPI0
|
||||
//#define _BSPI1
|
||||
|
||||
//#define _CAN
|
||||
|
||||
//#define _EIC
|
||||
|
||||
//#define _EMI
|
||||
|
||||
//#define _FLASH
|
||||
|
||||
#define _GPIO
|
||||
#define _GPIO0
|
||||
#define _GPIO1
|
||||
#define _GPIO2
|
||||
|
||||
//#define _I2C
|
||||
//#define _I2C0
|
||||
//#define _I2C1
|
||||
|
||||
#define _PCU
|
||||
|
||||
#define _RCCU
|
||||
|
||||
//#define _RTC
|
||||
|
||||
#define _TIM
|
||||
#define _TIM0
|
||||
//#define _TIM1
|
||||
//#define _TIM2
|
||||
//#define _TIM3
|
||||
|
||||
//#define _UART
|
||||
//#define _UART0
|
||||
//#define _UART1
|
||||
//#define _UART2
|
||||
//#define _UART3
|
||||
|
||||
//#define _USB
|
||||
|
||||
//#define _WDG
|
||||
|
||||
//#define _XTI
|
||||
|
||||
|
||||
//#define _IRQVectors
|
||||
|
||||
|
||||
#endif /* __71x_CONF_H */
|
||||
|
||||
/******************* (C) COPYRIGHT 2003 STMicroelectronics *****END OF FILE****/
|
Loading…
Add table
Add a link
Reference in a new issue