mbed SDK library sources

Fork of mbed-src by mbed official

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Committer:
mbed_official
Date:
Mon Feb 03 09:30:05 2014 +0000
Revision:
84:f54042cbc282
Parent:
70:c1fbde68b492
Synchronized with git revision bbbd8699601c42149ccf0c37bc42bb6856ccc4c6

Full URL: https://github.com/mbedmicro/mbed/commit/bbbd8699601c42149ccf0c37bc42bb6856ccc4c6/

[NUCLEO_L152RE/F030_R8] SPI, I2C, Ticker, PWM updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 52:a51c77007319 1 /**
mbed_official 52:a51c77007319 2 ******************************************************************************
mbed_official 52:a51c77007319 3 * @file Project/STM32F10x_StdPeriph_Template/stm32f10x_conf.h
mbed_official 52:a51c77007319 4 * @author MCD Application Team
mbed_official 84:f54042cbc282 5 * @version V3.6.1
mbed_official 84:f54042cbc282 6 * @date 05-March-2012
mbed_official 52:a51c77007319 7 * @brief Library configuration file.
mbed_official 70:c1fbde68b492 8 *******************************************************************************
mbed_official 70:c1fbde68b492 9 * Copyright (c) 2014, STMicroelectronics
mbed_official 70:c1fbde68b492 10 * All rights reserved.
mbed_official 70:c1fbde68b492 11 *
mbed_official 70:c1fbde68b492 12 * Redistribution and use in source and binary forms, with or without
mbed_official 70:c1fbde68b492 13 * modification, are permitted provided that the following conditions are met:
mbed_official 70:c1fbde68b492 14 *
mbed_official 70:c1fbde68b492 15 * 1. Redistributions of source code must retain the above copyright notice,
mbed_official 70:c1fbde68b492 16 * this list of conditions and the following disclaimer.
mbed_official 70:c1fbde68b492 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
mbed_official 70:c1fbde68b492 18 * this list of conditions and the following disclaimer in the documentation
mbed_official 70:c1fbde68b492 19 * and/or other materials provided with the distribution.
mbed_official 70:c1fbde68b492 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
mbed_official 70:c1fbde68b492 21 * may be used to endorse or promote products derived from this software
mbed_official 70:c1fbde68b492 22 * without specific prior written permission.
mbed_official 70:c1fbde68b492 23 *
mbed_official 70:c1fbde68b492 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
mbed_official 70:c1fbde68b492 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
mbed_official 70:c1fbde68b492 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
mbed_official 70:c1fbde68b492 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
mbed_official 70:c1fbde68b492 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
mbed_official 70:c1fbde68b492 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
mbed_official 70:c1fbde68b492 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
mbed_official 70:c1fbde68b492 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
mbed_official 70:c1fbde68b492 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
mbed_official 70:c1fbde68b492 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
mbed_official 70:c1fbde68b492 34 *******************************************************************************
mbed_official 70:c1fbde68b492 35 */
mbed_official 52:a51c77007319 36
mbed_official 52:a51c77007319 37 /* Define to prevent recursive inclusion -------------------------------------*/
mbed_official 52:a51c77007319 38 #ifndef __STM32F10x_CONF_H
mbed_official 52:a51c77007319 39 #define __STM32F10x_CONF_H
mbed_official 52:a51c77007319 40
mbed_official 52:a51c77007319 41 /* Includes ------------------------------------------------------------------*/
mbed_official 52:a51c77007319 42 /* Uncomment/Comment the line below to enable/disable peripheral header file inclusion */
mbed_official 52:a51c77007319 43 #include "stm32f10x_adc.h"
mbed_official 52:a51c77007319 44 #include "stm32f10x_bkp.h"
mbed_official 52:a51c77007319 45 #include "stm32f10x_can.h"
mbed_official 52:a51c77007319 46 #include "stm32f10x_cec.h"
mbed_official 52:a51c77007319 47 #include "stm32f10x_crc.h"
mbed_official 52:a51c77007319 48 #include "stm32f10x_dac.h"
mbed_official 52:a51c77007319 49 #include "stm32f10x_dbgmcu.h"
mbed_official 52:a51c77007319 50 #include "stm32f10x_dma.h"
mbed_official 52:a51c77007319 51 #include "stm32f10x_exti.h"
mbed_official 52:a51c77007319 52 #include "stm32f10x_flash.h"
mbed_official 52:a51c77007319 53 #include "stm32f10x_fsmc.h"
mbed_official 52:a51c77007319 54 #include "stm32f10x_gpio.h"
mbed_official 52:a51c77007319 55 #include "stm32f10x_i2c.h"
mbed_official 52:a51c77007319 56 #include "stm32f10x_iwdg.h"
mbed_official 52:a51c77007319 57 #include "stm32f10x_pwr.h"
mbed_official 52:a51c77007319 58 #include "stm32f10x_rcc.h"
mbed_official 52:a51c77007319 59 #include "stm32f10x_rtc.h"
mbed_official 52:a51c77007319 60 #include "stm32f10x_sdio.h"
mbed_official 52:a51c77007319 61 #include "stm32f10x_spi.h"
mbed_official 52:a51c77007319 62 #include "stm32f10x_tim.h"
mbed_official 52:a51c77007319 63 #include "stm32f10x_usart.h"
mbed_official 52:a51c77007319 64 #include "stm32f10x_wwdg.h"
mbed_official 52:a51c77007319 65 #include "misc.h" /* High level functions for NVIC and SysTick (add-on to CMSIS functions) */
mbed_official 52:a51c77007319 66
mbed_official 52:a51c77007319 67 /* Exported types ------------------------------------------------------------*/
mbed_official 52:a51c77007319 68 /* Exported constants --------------------------------------------------------*/
mbed_official 52:a51c77007319 69 /* Uncomment the line below to expanse the "assert_param" macro in the
mbed_official 52:a51c77007319 70 Standard Peripheral Library drivers code */
mbed_official 52:a51c77007319 71 /* #define USE_FULL_ASSERT 1 */
mbed_official 52:a51c77007319 72
mbed_official 52:a51c77007319 73 /* Exported macro ------------------------------------------------------------*/
mbed_official 52:a51c77007319 74 #ifdef USE_FULL_ASSERT
mbed_official 52:a51c77007319 75
mbed_official 52:a51c77007319 76 /**
mbed_official 52:a51c77007319 77 * @brief The assert_param macro is used for function's parameters check.
mbed_official 52:a51c77007319 78 * @param expr: If expr is false, it calls assert_failed function which reports
mbed_official 52:a51c77007319 79 * the name of the source file and the source line number of the call
mbed_official 52:a51c77007319 80 * that failed. If expr is true, it returns no value.
mbed_official 52:a51c77007319 81 * @retval None
mbed_official 52:a51c77007319 82 */
mbed_official 52:a51c77007319 83 #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
mbed_official 52:a51c77007319 84 /* Exported functions ------------------------------------------------------- */
mbed_official 52:a51c77007319 85 void assert_failed(uint8_t* file, uint32_t line);
mbed_official 52:a51c77007319 86 #else
mbed_official 52:a51c77007319 87 #define assert_param(expr) ((void)0)
mbed_official 52:a51c77007319 88 #endif /* USE_FULL_ASSERT */
mbed_official 52:a51c77007319 89
mbed_official 52:a51c77007319 90 #endif /* __STM32F10x_CONF_H */
mbed_official 52:a51c77007319 91
mbed_official 84:f54042cbc282 92 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/