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

0 commit comments

Comments
 (0)