X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil%2FSystem_Keil%2Fstm32f7xx_hal_msp.c;h=7b95b83633ccc7dff356e68ecbb437cb9dcd4c81;hb=cc76343cf920df6c1521467fb88ebf69b7995bc2;hp=0bfa44e0126777dda049c6c39666f9505821d5fb;hpb=71ccce588869c5a7643d6bc1e64f4dc6bdae81f2;p=freertos diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/System_Keil/stm32f7xx_hal_msp.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/System_Keil/stm32f7xx_hal_msp.c index 0bfa44e01..7b95b8363 100644 --- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/System_Keil/stm32f7xx_hal_msp.c +++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/System_Keil/stm32f7xx_hal_msp.c @@ -1,9 +1,9 @@ /** ****************************************************************************** - * @file stm32f7xx_hal_msp_template.c + * @file stm32f7xx_hal_msp.c * @author MCD Application Team - * @version V0.0.1 - * @date 21-October-2014 + * @version V1.0.0 + * @date 22-May-2015 * @brief HAL MSP module. * This file template is located in the HAL folder and should be copied * to the user folder. @@ -13,14 +13,14 @@ ##### How to use this driver ##### =============================================================================== [..] - This file is generated automatically by MicroXplorer and eventually modified + This file is generated automatically by STM32CubeMX and eventually modified by the user @endverbatim ****************************************************************************** * @attention * - *

© COPYRIGHT(c) 2014 STMicroelectronics

+ *

© COPYRIGHT(c) 2015 STMicroelectronics

* * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: @@ -77,7 +77,7 @@ */ void HAL_MspInit(void) { - /* NOTE : This function is generated automatically by MicroXplorer and eventually + /* NOTE : This function is generated automatically by STM32CubeMX and eventually modified by the user */ } @@ -89,31 +89,7 @@ void HAL_MspInit(void) */ void HAL_MspDeInit(void) { - /* NOTE : This function is generated automatically by MicroXplorer and eventually - modified by the user - */ -} - -/** - * @brief Initializes the PPP MSP. - * @param None - * @retval None - */ -void HAL_PPP_MspInit(void) -{ - /* NOTE : This function is generated automatically by MicroXplorer and eventually - modified by the user - */ -} - -/** - * @brief DeInitializes the PPP MSP. - * @param None - * @retval None - */ -void HAL_PPP_MspDeInit(void) -{ - /* NOTE : This function is generated automatically by MicroXplorer and eventually + /* NOTE : This function is generated automatically by STM32CubeMX and eventually modified by the user */ }