Webserver+3d print

Dependents:   Nucleo

Committer:
Sergunb
Date:
Sat Feb 04 18:15:49 2017 +0000
Revision:
0:8918a71cdbe9
nothing else

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Sergunb 0:8918a71cdbe9 1 /**
Sergunb 0:8918a71cdbe9 2 ******************************************************************************
Sergunb 0:8918a71cdbe9 3 * @file Templates/stm32f7xx_it.h
Sergunb 0:8918a71cdbe9 4 * @author MCD Application Team
Sergunb 0:8918a71cdbe9 5 * @version V1.0.3
Sergunb 0:8918a71cdbe9 6 * @date 22-April-2016
Sergunb 0:8918a71cdbe9 7 * @brief This file contains the headers of the interrupt handlers.
Sergunb 0:8918a71cdbe9 8 ******************************************************************************
Sergunb 0:8918a71cdbe9 9 * @attention
Sergunb 0:8918a71cdbe9 10 *
Sergunb 0:8918a71cdbe9 11 * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
Sergunb 0:8918a71cdbe9 12 *
Sergunb 0:8918a71cdbe9 13 * Redistribution and use in source and binary forms, with or without modification,
Sergunb 0:8918a71cdbe9 14 * are permitted provided that the following conditions are met:
Sergunb 0:8918a71cdbe9 15 * 1. Redistributions of source code must retain the above copyright notice,
Sergunb 0:8918a71cdbe9 16 * this list of conditions and the following disclaimer.
Sergunb 0:8918a71cdbe9 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
Sergunb 0:8918a71cdbe9 18 * this list of conditions and the following disclaimer in the documentation
Sergunb 0:8918a71cdbe9 19 * and/or other materials provided with the distribution.
Sergunb 0:8918a71cdbe9 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Sergunb 0:8918a71cdbe9 21 * may be used to endorse or promote products derived from this software
Sergunb 0:8918a71cdbe9 22 * without specific prior written permission.
Sergunb 0:8918a71cdbe9 23 *
Sergunb 0:8918a71cdbe9 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Sergunb 0:8918a71cdbe9 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Sergunb 0:8918a71cdbe9 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Sergunb 0:8918a71cdbe9 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Sergunb 0:8918a71cdbe9 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Sergunb 0:8918a71cdbe9 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Sergunb 0:8918a71cdbe9 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Sergunb 0:8918a71cdbe9 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Sergunb 0:8918a71cdbe9 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Sergunb 0:8918a71cdbe9 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Sergunb 0:8918a71cdbe9 34 *
Sergunb 0:8918a71cdbe9 35 ******************************************************************************
Sergunb 0:8918a71cdbe9 36 */
Sergunb 0:8918a71cdbe9 37
Sergunb 0:8918a71cdbe9 38 /* Define to prevent recursive inclusion -------------------------------------*/
Sergunb 0:8918a71cdbe9 39 #ifndef __STM32F7xx_IT_H
Sergunb 0:8918a71cdbe9 40 #define __STM32F7xx_IT_H
Sergunb 0:8918a71cdbe9 41
Sergunb 0:8918a71cdbe9 42 #ifdef __cplusplus
Sergunb 0:8918a71cdbe9 43 extern "C" {
Sergunb 0:8918a71cdbe9 44 #endif
Sergunb 0:8918a71cdbe9 45
Sergunb 0:8918a71cdbe9 46 /* Includes ------------------------------------------------------------------*/
Sergunb 0:8918a71cdbe9 47 /* Exported types ------------------------------------------------------------*/
Sergunb 0:8918a71cdbe9 48 /* Exported constants --------------------------------------------------------*/
Sergunb 0:8918a71cdbe9 49 /* Exported macro ------------------------------------------------------------*/
Sergunb 0:8918a71cdbe9 50 /* Exported functions ------------------------------------------------------- */
Sergunb 0:8918a71cdbe9 51
Sergunb 0:8918a71cdbe9 52 void NMI_Handler(void);
Sergunb 0:8918a71cdbe9 53 void HardFault_Handler(void);
Sergunb 0:8918a71cdbe9 54 void MemManage_Handler(void);
Sergunb 0:8918a71cdbe9 55 void BusFault_Handler(void);
Sergunb 0:8918a71cdbe9 56 void UsageFault_Handler(void);
Sergunb 0:8918a71cdbe9 57 void SVC_Handler(void);
Sergunb 0:8918a71cdbe9 58 void DebugMon_Handler(void);
Sergunb 0:8918a71cdbe9 59 void PendSV_Handler(void);
Sergunb 0:8918a71cdbe9 60 void SysTick_Handler(void);
Sergunb 0:8918a71cdbe9 61
Sergunb 0:8918a71cdbe9 62 #ifdef __cplusplus
Sergunb 0:8918a71cdbe9 63 }
Sergunb 0:8918a71cdbe9 64 #endif
Sergunb 0:8918a71cdbe9 65
Sergunb 0:8918a71cdbe9 66 #endif /* __STM32F7xx_IT_H */
Sergunb 0:8918a71cdbe9 67
Sergunb 0:8918a71cdbe9 68 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Sergunb 0:8918a71cdbe9 69