Skip to content

Commit a6d052a

Browse files
committed
Updated STM32F7xx HAL Drivers to v1.2.3
Included in STM32CubeF7 FW V1.8.0 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 3bf6fae commit a6d052a

File tree

187 files changed

+976
-1305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+976
-1305
lines changed

system/Drivers/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32_hal_legacy.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief This file contains aliases definition for the STM32Cube HAL constants
86
* macros and functions maintained for legacy purpose.
97
******************************************************************************

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32_assert_template.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32_assert.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief STM32 assert template file.
86
* This file should be copied to the application folder and renamed
97
* to stm32_assert.h.

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief This file contains all the functions prototypes for the HAL
86
* module driver.
97
******************************************************************************
@@ -198,6 +196,9 @@ void HAL_ResumeTick(void);
198196
uint32_t HAL_GetHalVersion(void);
199197
uint32_t HAL_GetREVID(void);
200198
uint32_t HAL_GetDEVID(void);
199+
uint32_t HAL_GetUIDw0(void);
200+
uint32_t HAL_GetUIDw1(void);
201+
uint32_t HAL_GetUIDw2(void);
201202
void HAL_DBGMCU_EnableDBGSleepMode(void);
202203
void HAL_DBGMCU_DisableDBGSleepMode(void);
203204
void HAL_DBGMCU_EnableDBGStopMode(void);

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_adc.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of ADC HAL extension module.
86
******************************************************************************
97
* @attention
@@ -854,7 +852,7 @@ uint32_t HAL_ADC_GetError(ADC_HandleTypeDef *hadc);
854852
* @param _NBR_DISCONTINUOUSCONV_: Number of discontinuous conversions.
855853
* @retval None
856854
*/
857-
#define ADC_CR1_DISCONTINUOUS(_NBR_DISCONTINUOUSCONV_) (((_NBR_DISCONTINUOUSCONV_) - 1) << POSITION_VAL(ADC_CR1_DISCNUM))
855+
#define ADC_CR1_DISCONTINUOUS(_NBR_DISCONTINUOUSCONV_) (((_NBR_DISCONTINUOUSCONV_) - 1) << ADC_CR1_DISCNUM_Pos)
858856

859857
/**
860858
* @brief Enable ADC scan mode.

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_adc.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of ADC HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_can.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_can.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of CAN HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cec.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_cec.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of CEC HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_conf_template.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_conf_template.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief HAL configuration template file.
86
* This file should be copied to the application folder and renamed
97
* to stm32f7xx_hal_conf.h.
@@ -450,7 +448,7 @@
450448
/* Exported functions ------------------------------------------------------- */
451449
void assert_failed(uint8_t* file, uint32_t line);
452450
#else
453-
#define assert_param(expr) ((void)0)
451+
#define assert_param(expr) ((void)0U)
454452
#endif /* USE_FULL_ASSERT */
455453

456454

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cortex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_cortex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of CORTEX HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_crc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_crc.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of CRC HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_crc_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_crc_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of CRC HAL extension module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_cryp.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of CRYP HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_cryp_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of CRYP HAL Extension module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dac.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dac.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DAC HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dac_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dac.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DAC HAL Extension module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dcmi.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DCMI HAL module.
86
******************************************************************************
97
* @attention
@@ -505,8 +503,6 @@ void HAL_DCMI_ErrorCallback(DCMI_HandleTypeDef *hdcmi);
505503
void HAL_DCMI_LineEventCallback(DCMI_HandleTypeDef *hdcmi);
506504
void HAL_DCMI_FrameEventCallback(DCMI_HandleTypeDef *hdcmi);
507505
void HAL_DCMI_VsyncEventCallback(DCMI_HandleTypeDef *hdcmi);
508-
void HAL_DCMI_VsyncCallback(DCMI_HandleTypeDef *hdcmi);
509-
void HAL_DCMI_HsyncCallback(DCMI_HandleTypeDef *hdcmi);
510506
void HAL_DCMI_IRQHandler(DCMI_HandleTypeDef *hdcmi);
511507
/**
512508
* @}

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dcmi_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DCMI Extension HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_def.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief This file contains HAL common defines, enumeration, macros and
86
* structures definitions.
97
******************************************************************************

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dfsdm.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dfsdm.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DFSDM HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dma.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DMA HAL module.
86
******************************************************************************
97
* @attention
@@ -658,7 +656,6 @@ HAL_StatusTypeDef HAL_DMA_Abort(DMA_HandleTypeDef *hdma);
658656
HAL_StatusTypeDef HAL_DMA_Abort_IT(DMA_HandleTypeDef *hdma);
659657
HAL_StatusTypeDef HAL_DMA_PollForTransfer(DMA_HandleTypeDef *hdma, HAL_DMA_LevelCompleteTypeDef CompleteLevel, uint32_t Timeout);
660658
void HAL_DMA_IRQHandler(DMA_HandleTypeDef *hdma);
661-
HAL_StatusTypeDef HAL_DMA_CleanCallbacks(DMA_HandleTypeDef *hdma);
662659
HAL_StatusTypeDef HAL_DMA_RegisterCallback(DMA_HandleTypeDef *hdma, HAL_DMA_CallbackIDTypeDef CallbackID, void (* pCallback)(DMA_HandleTypeDef *_hdma));
663660
HAL_StatusTypeDef HAL_DMA_UnRegisterCallback(DMA_HandleTypeDef *hdma, HAL_DMA_CallbackIDTypeDef CallbackID);
664661

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma2d.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dma2d.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DMA2D HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dma_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DMA HAL extension module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dsi.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_dsi.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of DSI HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_eth.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_eth.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of ETH HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_flash.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of FLASH HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_flash_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of FLASH HAL Extension module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_gpio.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of GPIO HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_gpio_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of GPIO HAL Extension module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hash.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_hash.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of HASH HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hash_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_hash_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of HASH HAL Extension module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_hcd.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_hcd.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of HCD HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_i2c.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of I2C HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_i2c_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of I2C HAL Extended module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2s.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_i2s.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of I2S HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_irda.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_irda.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of IRDA HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_irda_ex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_irda_ex.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of IRDA HAL Extension module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_iwdg.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_iwdg.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of IWDG HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_jpeg.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_jpeg.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of JPEG HAL module.
86
******************************************************************************
97
* @attention

system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_lptim.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_lptim.h
44
* @author MCD Application Team
5-
* @version V1.2.2
6-
* @date 14-April-2017
75
* @brief Header file of LPTIM HAL module.
86
******************************************************************************
97
* @attention

0 commit comments

Comments
 (0)