Skip to content

Commit 58d9926

Browse files
authored
Merge pull request #2220 from svastm/update_cube_l1
[STM32L1XX] Update STM32CUBE_L1 to v1.6
2 parents d49a4e6 + 95c17a4 commit 58d9926

File tree

155 files changed

+65711
-14767
lines changed

Some content is hidden

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

155 files changed

+65711
-14767
lines changed

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/Release_Notes_stm32l1xx_hal.html

Lines changed: 19 additions & 1 deletion
Large diffs are not rendered by default.

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/TOOLCHAIN_ARM_MICRO/startup_stm32l152xc.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.1.3
5-
;* Date : 04-March-2016
4+
;* Version : V2.2.0
5+
;* Date : 01-July-2016
66
;* Description : STM32L152XC Devices vector for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/TOOLCHAIN_ARM_STD/startup_stm32l152xc.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.1.3
5-
;* Date : 04-March-2016
4+
;* Version : V2.2.0
5+
;* Date : 01-July-2016
66
;* Description : STM32L152XC Devices vector for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/TOOLCHAIN_GCC_ARM/startup_stm32l152xc.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file startup_stm32l152xc.s
44
* @author MCD Application Team
5-
* @version V2.1.3
6-
* @date 04-March-2016
5+
* @version V2.2.0
6+
* @date 01-July-2016
77
* @brief STM32L152XC Devices vector table for
88
* Atollic toolchain.
99
* This module performs:

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/TOOLCHAIN_IAR/startup_stm32l152xc.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;/******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.1.3
5-
;* Date : 04-March-2016
4+
;* Version : V2.2.0
5+
;* Date : 01-July-2016
66
;* Description : STM32L152XC Devices vector for EWARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/stm32l152xc.h

Lines changed: 6622 additions & 3610 deletions
Large diffs are not rendered by default.

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/stm32l1xx.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l1xx.h
44
* @author MCD Application Team
5-
* @version V2.1.3
6-
* @date 04-March-2016
5+
* @version V2.2.0
6+
* @date 01-July-2016
77
* @brief CMSIS STM32L1xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -118,11 +118,11 @@
118118
#endif /* USE_HAL_DRIVER */
119119

120120
/**
121-
* @brief CMSIS Device version number V2.1.3
121+
* @brief CMSIS Device version number
122122
*/
123123
#define __STM32L1xx_CMSIS_VERSION_MAIN (0x02) /*!< [31:24] main version */
124-
#define __STM32L1xx_CMSIS_VERSION_SUB1 (0x01) /*!< [23:16] sub1 version */
125-
#define __STM32L1xx_CMSIS_VERSION_SUB2 (0x03) /*!< [15:8] sub2 version */
124+
#define __STM32L1xx_CMSIS_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
125+
#define __STM32L1xx_CMSIS_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
126126
#define __STM32L1xx_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
127127
#define __STM32L1xx_CMSIS_VERSION ((__STM32L1xx_CMSIS_VERSION_MAIN << 24)\
128128
|(__STM32L1xx_CMSIS_VERSION_SUB1 << 16)\

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/stm32l1xx_hal_conf.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
******************************************************************************
3-
* @file stm32l1xx_hal_conf_template.h
3+
* @file stm32l1xx_hal_conf.h
44
* @author MCD Application Team
5-
* @version V1.1.3
6-
* @date 04-March-2016
5+
* @version V1.2.0
6+
* @date 01-July-2016
77
* @brief HAL configuration template file.
88
* This file should be copied to the application folder and renamed
99
* to stm32l1xx_hal_conf.h.
@@ -274,11 +274,11 @@
274274
* If expr is true, it returns no value.
275275
* @retval None
276276
*/
277-
#define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
277+
#define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__))
278278
/* Exported functions ------------------------------------------------------- */
279279
void assert_failed(uint8_t* file, uint32_t line);
280280
#else
281-
#define assert_param(expr) ((void)0)
281+
#define assert_param(expr) ((void)0U)
282282
#endif /* USE_FULL_ASSERT */
283283

284284
#ifdef __cplusplus

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/system_stm32l1xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32l1xx.c
44
* @author MCD Application Team
5-
* @version V2.1.3
6-
* @date 04-March-2016
5+
* @version V2.2.0
6+
* @date 01-July-2016
77
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Source File.
88
*
99
* This file provides two functions and one global variable to be called from

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/system_stm32l1xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32l1xx.h
44
* @author MCD Application Team
5-
* @version V2.1.3
6-
* @date 04-March-2016
5+
* @version V2.2.0
6+
* @date 01-July-2016
77
* @brief CMSIS Cortex-M3 Device System Source File for STM32L1xx devices.
88
******************************************************************************
99
* @attention

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/TOOLCHAIN_ARM_MICRO/startup_stm32l152xe.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xe.s
33
;* Author : MCD Application Team
4-
;* Version : V2.1.3
5-
;* Date : 04-March-2016
4+
;* Version : V2.2.0
5+
;* Date : 01-July-2016
66
;* Description : STM32L152XE Devices vector for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/TOOLCHAIN_ARM_STD/startup_stm32l152xe.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xe.s
33
;* Author : MCD Application Team
4-
;* Version : V2.1.3
5-
;* Date : 04-March-2016
4+
;* Version : V2.2.0
5+
;* Date : 01-July-2016
66
;* Description : STM32L152XE Devices vector for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/TOOLCHAIN_GCC_ARM/startup_stm32l152xe.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file startup_stm32l152xe.s
44
* @author MCD Application Team
5-
* @version V2.1.3
6-
* @date 04-March-2016
5+
* @version V2.2.0
6+
* @date 01-July-2016
77
* @brief STM32L152XE Devices vector table for
88
* Atollic toolchain.
99
* This module performs:

hal/targets/cmsis/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/TOOLCHAIN_IAR/startup_stm32l152xe.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;/******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xe.s
33
;* Author : MCD Application Team
4-
;* Version : V2.1.3
5-
;* Date : 04-March-2016
4+
;* Version : V2.2.0
5+
;* Date : 01-July-2016
66
;* Description : STM32L152XE Devices vector for EWARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

0 commit comments

Comments
 (0)