Mangue Baja Box

Dependencies:   mbed

Committer:
einsteingustavo
Date:
Mon Jul 29 20:38:00 2019 +0000
Revision:
0:0dee8840a1c0
Mangue Baja Box

Who changed what in which revision?

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