mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
This commit is contained in:
parent
f0c4accb88
commit
f7f28ed01a
6 changed files with 2085 additions and 8 deletions
106
Demo/ARM7_STR75x_IAR/STLibrary/inc/75x_conf.h
Normal file
106
Demo/ARM7_STR75x_IAR/STLibrary/inc/75x_conf.h
Normal file
|
@ -0,0 +1,106 @@
|
|||
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
|
||||
* File Name : 75x_conf.h
|
||||
* Author : MCD Application Team
|
||||
* Date First Issued : 03/10/2006
|
||||
* Description : Library configuration file.
|
||||
********************************************************************************
|
||||
* History:
|
||||
* 07/17/2006 : V1.0
|
||||
* 03/10/2006 : V0.1
|
||||
********************************************************************************
|
||||
* 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.
|
||||
*******************************************************************************/
|
||||
|
||||
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||
#ifndef __75x_CONF_H
|
||||
#define __75x_CONF_H
|
||||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
/* Exported types ------------------------------------------------------------*/
|
||||
/* Exported constants --------------------------------------------------------*/
|
||||
/* Comment the line below to compile the library in release mode */
|
||||
//#define DEBUG
|
||||
|
||||
/************************************* SMI ************************************/
|
||||
//#define _SMI
|
||||
|
||||
/************************************* CFG ************************************/
|
||||
#define _CFG
|
||||
|
||||
/************************************* MRCC ************************************/
|
||||
#define _MRCC
|
||||
|
||||
/************************************* ADC ************************************/
|
||||
//#define _ADC
|
||||
|
||||
/************************************* TB *************************************/
|
||||
#define _TB
|
||||
|
||||
/************************************* TIM ************************************/
|
||||
#define _TIM
|
||||
#define _TIM0
|
||||
#define _TIM1
|
||||
#define _TIM2
|
||||
|
||||
/************************************* PWM ************************************/
|
||||
#define _PWM
|
||||
|
||||
/************************************* WDG ************************************/
|
||||
#define _WDG
|
||||
|
||||
/************************************* SSP ************************************/
|
||||
//#define _SSP
|
||||
//#define _SSP0
|
||||
//#define _SSP1
|
||||
|
||||
/************************************* CAN ************************************/
|
||||
//#define _CAN
|
||||
|
||||
/************************************* I2C ************************************/
|
||||
//#define _I2C
|
||||
|
||||
/************************************* UART ***********************************/
|
||||
#define _UART
|
||||
#define _UART0
|
||||
#define _UART1
|
||||
#define _UART2
|
||||
|
||||
/************************************* GPIO ***********************************/
|
||||
#define _GPIO
|
||||
#define _GPIO0
|
||||
#define _GPIO1
|
||||
#define _GPIO2
|
||||
#define _GPIOREMAP
|
||||
|
||||
/************************************* DMA ************************************/
|
||||
//#define _DMA
|
||||
//#define _DMA_Stream0
|
||||
//#define _DMA_Stream1
|
||||
//#define _DMA_Stream2
|
||||
//#define _DMA_Stream3
|
||||
|
||||
/************************************* RTC ************************************/
|
||||
//#define _RTC
|
||||
|
||||
/************************************* EXTIT **********************************/
|
||||
#define _EXTIT
|
||||
|
||||
/************************************* EIC ************************************/
|
||||
#define _EIC
|
||||
|
||||
/* Comment the following line, depending on the external Quartz oscillator used
|
||||
in your application */
|
||||
#define Main_Oscillator 4000000 /* 4 MHz Quartz oscillator used */
|
||||
//#define Main_Oscillator 8000000 /* 8 MHz Quartz oscillator used */
|
||||
|
||||
/* Exported macro ------------------------------------------------------------*/
|
||||
/* Exported functions ------------------------------------------------------- */
|
||||
|
||||
#endif /* __75x_CONF_H */
|
||||
|
||||
/******************* (C) COPYRIGHT 2006 STMicroelectronics *****END OF FILE****/
|
Loading…
Add table
Add a link
Reference in a new issue