Skip to content

Commit 087e456

Browse files
committed
Update STM32L4xx HAL Drivers to v1.7.2
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent e842d39 commit 087e456

File tree

186 files changed

+685
-530
lines changed

Some content is hidden

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

186 files changed

+685
-530
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32_hal_legacy.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief This file contains aliases definition for the STM32Cube HAL constants
88
* macros and functions maintained for legacy purpose.
99
******************************************************************************

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32_assert_template.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32_assert.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief STM32 assert template file.
88
* This file should be copied to the application folder and renamed
99
* to stm32_assert.h.

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief This file contains all the functions prototypes for the HAL
88
* module driver.
99
******************************************************************************

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_adc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_adc.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of ADC HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_adc_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_adc_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of ADC HAL extended module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_can.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_can.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of CAN HAL module.
88
******************************************************************************
99
* @attention
@@ -258,6 +258,8 @@ typedef struct
258258
#define HAL_CAN_ERROR_BR ((uint32_t)0x00000040) /*!< Bit recessive */
259259
#define HAL_CAN_ERROR_BD ((uint32_t)0x00000080) /*!< LEC dominant */
260260
#define HAL_CAN_ERROR_CRC ((uint32_t)0x00000100) /*!< LEC transfer error */
261+
#define HAL_CAN_ERROR_FOV0 ((uint32_t)0x00000200) /*!< FIFO0 overrun error */
262+
#define HAL_CAN_ERROR_FOV1 ((uint32_t)0x00000400) /*!< FIFO1 overrun error */
261263
/**
262264
* @}
263265
*/

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_comp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_comp.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of COMP HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_conf_template.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_conf.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief HAL configuration template file.
88
* This file should be copied to the application folder and renamed
99
* to stm32l4xx_hal_conf.h.

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_cortex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of CORTEX HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_crc.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of CRC HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_crc_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of CRC HAL extended module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cryp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_cryp.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of CRYP HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cryp_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_cryp_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of CRYPEx HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dac.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_dac.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of DAC HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dac_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_dac_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of DAC HAL Extended module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dcmi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_dcmi.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of DCMI HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_def.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief This file contains HAL common defines, enumeration, macros and
88
* structures definitions.
99
******************************************************************************

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_dfsdm.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of DFSDM HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_dma.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of DMA HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma2d.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_dma2d.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of DMA2D HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_firewall.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_firewall.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of FIREWALL HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_flash.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of FLASH HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_flash_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of FLASH HAL Extended module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_flash_ramfunc.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of FLASH RAMFUNC driver.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_gpio.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of GPIO HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_gpio_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of GPIO HAL Extended module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_hash.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of HASH HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hash_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_hash_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of HASH HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_hcd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_hcd.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of HCD HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_i2c.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of I2C HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_i2c_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of I2C HAL Extended module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_irda.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_irda.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of IRDA HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_irda_ex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_irda_ex.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of IRDA HAL Extended module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_iwdg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_iwdg.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of IWDG HAL module.
88
******************************************************************************
99
* @attention

system/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_lcd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l4xx_hal_lcd.h
44
* @author MCD Application Team
5-
* @version V1.7.1
6-
* @date 21-April-2017
5+
* @version V1.7.2
6+
* @date 16-June-2017
77
* @brief Header file of LCD Controller HAL module.
88
******************************************************************************
99
* @attention

0 commit comments

Comments
 (0)