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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [Common/] [drivers/] [ST/] [STM32F10xFWLib/] [inc/] [stm32f10x_lib.h] - Blame information for rev 608

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 608 jeremybenn
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
2
* File Name          : stm32f10x_lib.h
3
* Author             : MCD Application Team
4
* Date First Issued  : 09/29/2006
5
* Description        : This file includes the peripherals header files in the
6
*                      user application.
7
********************************************************************************
8
* History:
9
* 04/02/2007: V0.2
10
* 02/05/2007: V0.1
11
* 09/29/2006: V0.01
12
********************************************************************************
13
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
14
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
15
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
16
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
17
* CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
18
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
19
*******************************************************************************/
20
 
21
/* Define to prevent recursive inclusion -------------------------------------*/
22
#ifndef __STM32F10x_LIB_H
23
#define __STM32F10x_LIB_H
24
 
25
/* Includes ------------------------------------------------------------------*/
26
#include "stm32f10x_map.h"
27
 
28
#ifdef _ADC
29
  #include "stm32f10x_adc.h"
30
#endif /*_ADC */
31
 
32
#ifdef _BKP
33
  #include "stm32f10x_bkp.h"
34
#endif /*_BKP */
35
 
36
#ifdef _CAN
37
  #include "stm32f10x_can.h"
38
#endif /*_CAN */
39
 
40
#ifdef _DMA
41
  #include "stm32f10x_dma.h"
42
#endif /*_DMA */
43
 
44
#ifdef _EXTI
45
  #include "stm32f10x_exti.h"
46
#endif /*_EXTI */
47
 
48
#ifdef _FLASH
49
  #include "stm32f10x_flash.h"
50
#endif /*_FLASH */
51
 
52
#ifdef _GPIO
53
  #include "stm32f10x_gpio.h"
54
#endif /*_GPIO */
55
 
56
#ifdef _I2C
57
  #include "stm32f10x_i2c.h"
58
#endif /*_I2C */
59
 
60
#ifdef _IWDG
61
  #include "stm32f10x_iwdg.h"
62
#endif /*_IWDG */
63
 
64
#ifdef _NVIC
65
  #include "stm32f10x_nvic.h"
66
#endif /*_NVIC */
67
 
68
#ifdef _PWR
69
  #include "stm32f10x_pwr.h"
70
#endif /*_PWR */
71
 
72
#ifdef _RCC
73
  #include "stm32f10x_rcc.h"
74
#endif /*_RCC */
75
 
76
#ifdef _RTC
77
  #include "stm32f10x_rtc.h"
78
#endif /*_RTC */
79
 
80
#ifdef _SPI
81
  #include "stm32f10x_spi.h"
82
#endif /*_SPI */
83
 
84
#ifdef _SysTick
85
  #include "stm32f10x_systick.h"
86
#endif /*_SysTick */
87
 
88
#ifdef _TIM1
89
  #include "stm32f10x_tim1.h"
90
#endif /*_TIM1 */
91
 
92
#ifdef _TIM
93
  #include "stm32f10x_tim.h"
94
#endif /*_TIM */
95
 
96
#ifdef _USART
97
  #include "stm32f10x_usart.h"
98
#endif /*_USART */
99
 
100
#ifdef _WWDG
101
  #include "stm32f10x_wwdg.h"
102
#endif /*_WWDG */
103
 
104
/* Exported types ------------------------------------------------------------*/
105
/* Exported constants --------------------------------------------------------*/
106
/* Exported macro ------------------------------------------------------------*/
107
/* Exported functions ------------------------------------------------------- */
108
void debug(void);
109
 
110
#endif /* __STM32F10x_LIB_H */
111
 
112
/******************* (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.