Skip to content

Commit 5404532

Browse files
bcostmadbridge
authored andcommitted
L1 ST CUBE V1.8.1
1 parent aa65a10 commit 5404532

File tree

163 files changed

+3972
-3296
lines changed

Some content is hidden

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

163 files changed

+3972
-3296
lines changed

targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/TOOLCHAIN_ARM_MICRO/startup_stm32l152xc.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.2.0
5-
;* Date : 01-July-2016
4+
;* Version : 21-April-2017
5+
;* Date : V2.2.1
66
;* Description : STM32L152XC Devices vector for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -16,7 +16,7 @@
1616
;* priority is Privileged, and the Stack is set to Main.
1717
;********************************************************************************
1818
;*
19-
;* COPYRIGHT(c) 2016 STMicroelectronics
19+
;* COPYRIGHT(c) 2017 STMicroelectronics
2020
;*
2121
;* Redistribution and use in source and binary forms, with or without modification,
2222
;* are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/TOOLCHAIN_ARM_STD/startup_stm32l152xc.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.2.0
5-
;* Date : 01-July-2016
4+
;* Version : 21-April-2017
5+
;* Date : V2.2.1
66
;* Description : STM32L152XC Devices vector for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -16,7 +16,7 @@
1616
;* priority is Privileged, and the Stack is set to Main.
1717
;********************************************************************************
1818
;*
19-
;* COPYRIGHT(c) 2016 STMicroelectronics
19+
;* COPYRIGHT(c) 2017 STMicroelectronics
2020
;*
2121
;* Redistribution and use in source and binary forms, with or without modification,
2222
;* are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/TOOLCHAIN_GCC_ARM/startup_stm32l152xc.S

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file startup_stm32l152xc.s
44
* @author MCD Application Team
5-
* @version V2.2.0
6-
* @date 01-July-2016
75
* @brief STM32L152XC Devices vector table for
86
* Atollic toolchain.
97
* This module performs:
@@ -17,7 +15,7 @@
1715
* priority is Privileged, and the Stack is set to Main.
1816
******************************************************************************
1917
*
20-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
18+
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
2119
*
2220
* Redistribution and use in source and binary forms, with or without modification,
2321
* are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/TOOLCHAIN_IAR/startup_stm32l152xc.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;/******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32l152xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.2.0
5-
;* Date : 01-July-2016
4+
;* Version : 21-April-2017
5+
;* Date : V2.2.1
66
;* Description : STM32L152XC Devices vector for EWARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -16,7 +16,7 @@
1616
;* priority is Privileged, and the Stack is set to Main.
1717
;********************************************************************************
1818
;*
19-
;* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
;* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
2020
;*
2121
;* Redistribution and use in source and binary forms, with or without modification,
2222
;* are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/stm32l152xc.h

Lines changed: 276 additions & 68 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/stm32l1xx.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file stm32l1xx.h
44
* @author MCD Application Team
5-
* @version V2.2.0
6-
* @date 01-July-2016
75
* @brief CMSIS STM32L1xx Device Peripheral Access Layer Header File.
86
*
97
* The file is the unique include file that the application programmer
@@ -18,7 +16,7 @@
1816
******************************************************************************
1917
* @attention
2018
*
21-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
2220
*
2321
* Redistribution and use in source and binary forms, with or without modification,
2422
* are permitted provided that the following conditions are met:
@@ -122,7 +120,7 @@
122120
*/
123121
#define __STM32L1xx_CMSIS_VERSION_MAIN (0x02) /*!< [31:24] main version */
124122
#define __STM32L1xx_CMSIS_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
125-
#define __STM32L1xx_CMSIS_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
123+
#define __STM32L1xx_CMSIS_VERSION_SUB2 (0x03) /*!< [15:8] sub2 version */
126124
#define __STM32L1xx_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
127125
#define __STM32L1xx_CMSIS_VERSION ((__STM32L1xx_CMSIS_VERSION_MAIN << 24)\
128126
|(__STM32L1xx_CMSIS_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/system_stm32l1xx.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
******************************************************************************
33
* @file system_stm32l1xx.h
44
* @author MCD Application Team
5-
* @version V2.2.0
6-
* @date 01-July-2016
75
* @brief CMSIS Cortex-M3 Device System Source File for STM32L1xx devices.
86
******************************************************************************
97
* @attention
108
*
11-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
9+
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
1210
*
1311
* Redistribution and use in source and binary forms, with or without modification,
1412
* are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/TOOLCHAIN_ARM_MICRO/startup_stm32l151xc.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32l151xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.2.0
5-
;* Date : 01-July-2016
4+
;* Version : 21-April-2017
5+
;* Date : V2.2.1
66
;* Description : STM32L151XC Devices vector for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -16,7 +16,7 @@
1616
;* priority is Privileged, and the Stack is set to Main.
1717
;********************************************************************************
1818
;*
19-
;* COPYRIGHT(c) 2016 STMicroelectronics
19+
;* COPYRIGHT(c) 2017 STMicroelectronics
2020
;*
2121
;* Redistribution and use in source and binary forms, with or without modification,
2222
;* are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/TOOLCHAIN_ARM_STD/startup_stm32l151xc.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32l151xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.2.0
5-
;* Date : 01-July-2016
4+
;* Version : 21-April-2017
5+
;* Date : V2.2.1
66
;* Description : STM32L151XC Devices vector for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -16,7 +16,7 @@
1616
;* priority is Privileged, and the Stack is set to Main.
1717
;********************************************************************************
1818
;*
19-
;* COPYRIGHT(c) 2016 STMicroelectronics
19+
;* COPYRIGHT(c) 2017 STMicroelectronics
2020
;*
2121
;* Redistribution and use in source and binary forms, with or without modification,
2222
;* are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/TOOLCHAIN_GCC_ARM/startup_stm32l151xc.S

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
******************************************************************************
33
* @file startup_stm32l151xc.s
44
* @author MCD Application Team
5-
* @version V2.2.0
6-
* @date 01-July-2016
75
* @brief STM32L151XC Devices vector table for
86
* Atollic toolchain.
97
* This module performs:
@@ -17,7 +15,7 @@
1715
* priority is Privileged, and the Stack is set to Main.
1816
******************************************************************************
1917
*
20-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
18+
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
2119
*
2220
* Redistribution and use in source and binary forms, with or without modification,
2321
* are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)