Skip to content

Commit ce436d5

Browse files
committed
Update STM32CUBE_L0 from v1.2 to v1.5
1 parent 5d695a8 commit ce436d5

File tree

124 files changed

+20137
-13505
lines changed

Some content is hidden

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

124 files changed

+20137
-13505
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L0/Release_Notes_stm32l0xx_hal.html

Lines changed: 638 additions & 389 deletions
Large diffs are not rendered by default.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L053C8/TOOLCHAIN_ARM_MICRO/startup_stm32l053xx.S

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2015 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l053xx.s
33
;* Author : MCD Application Team
4-
;* Version : V1.2.0
5-
;* Date : 06-February-2015
4+
;* Version : V1.5.0
5+
;* Date : 8-January-2016
66
;* Description : STM32l053xx Devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -90,7 +90,7 @@ __Vectors DCD __initial_sp ; Top of Stack
9090
DCD 0 ; Reserved
9191
DCD 0 ; Reserved
9292
DCD SVC_Handler ; SVCall Handler
93-
DCD DebugMon_Handler ; Debug Monitor Handler
93+
DCD 0 ; Reserved
9494
DCD 0 ; Reserved
9595
DCD PendSV_Handler ; PendSV Handler
9696
DCD SysTick_Handler ; SysTick Handler
@@ -161,11 +161,6 @@ SVC_Handler PROC
161161
EXPORT SVC_Handler [WEAK]
162162
B .
163163
ENDP
164-
DebugMon_Handler\
165-
PROC
166-
EXPORT DebugMon_Handler [WEAK]
167-
B .
168-
ENDP
169164
PendSV_Handler PROC
170165
EXPORT PendSV_Handler [WEAK]
171166
B .
@@ -240,3 +235,5 @@ USB_IRQHandler
240235

241236
ALIGN
242237
END
238+
239+
;************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L053C8/TOOLCHAIN_ARM_STD/startup_stm32l053xx.S

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2015 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l053xx.s
33
;* Author : MCD Application Team
4-
;* Version : V1.2.0
5-
;* Date : 06-February-2015
4+
;* Version : V1.5.0
5+
;* Date : 8-January-2016
66
;* Description : STM32l053xx Devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -63,7 +63,7 @@ __Vectors DCD __initial_sp ; Top of Stack
6363
DCD 0 ; Reserved
6464
DCD 0 ; Reserved
6565
DCD SVC_Handler ; SVCall Handler
66-
DCD DebugMon_Handler ; Debug Monitor Handler
66+
DCD 0 ; Reserved
6767
DCD 0 ; Reserved
6868
DCD PendSV_Handler ; PendSV Handler
6969
DCD SysTick_Handler ; SysTick Handler
@@ -134,11 +134,6 @@ SVC_Handler PROC
134134
EXPORT SVC_Handler [WEAK]
135135
B .
136136
ENDP
137-
DebugMon_Handler\
138-
PROC
139-
EXPORT DebugMon_Handler [WEAK]
140-
B .
141-
ENDP
142137
PendSV_Handler PROC
143138
EXPORT PendSV_Handler [WEAK]
144139
B .
@@ -213,3 +208,5 @@ USB_IRQHandler
213208

214209
ALIGN
215210
END
211+
212+
;************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L053C8/TOOLCHAIN_GCC_ARM/startup_stm32l053xx.S

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file startup_stm32l053xx.s
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 06-February-2015
5+
* @version V1.5.0
6+
* @date 8-January-2016
77
* @brief STM32L053xx Devices vector table for Atollic TrueSTUDIO toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -149,7 +149,7 @@ g_pfnVectors:
149149
.word 0
150150
.word 0
151151
.word SVC_Handler
152-
.word DebugMon_Handler
152+
.word 0
153153
.word 0
154154
.word PendSV_Handler
155155
.word SysTick_Handler
@@ -203,9 +203,6 @@ g_pfnVectors:
203203
.weak SVC_Handler
204204
.thumb_set SVC_Handler,Default_Handler
205205

206-
.weak DebugMon_Handler
207-
.thumb_set DebugMon_Handler,Default_Handler
208-
209206
.weak PendSV_Handler
210207
.thumb_set PendSV_Handler,Default_Handler
211208

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L053C8/TOOLCHAIN_IAR/startup_stm32l053xx.S

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;/******************** (C) COPYRIGHT 2015 STMicroelectronics ********************
1+
;/******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32l053xx.s
33
;* Author : MCD Application Team
4-
;* Version : V1.2.0
5-
;* Date : 06-February-2015
4+
;* Version : V1.5.0
5+
;* Date : 8-January-2016
66
;* Description : STM32L053xx Ultra Low Power Devices vector
77
;* This module performs:
88
;* - Set the initial SP
@@ -82,7 +82,7 @@ __vector_table
8282
DCD 0 ; Reserved
8383
DCD 0 ; Reserved
8484
DCD SVC_Handler ; SVCall Handler
85-
DCD DebugMon_Handler ; Debug Monitor Handler
85+
DCD 0 ; Reserved
8686
DCD 0 ; Reserved
8787
DCD PendSV_Handler ; PendSV Handler
8888
DCD SysTick_Handler ; SysTick Handler
@@ -152,12 +152,6 @@ SVC_Handler
152152
B SVC_Handler
153153
154154
155-
PUBWEAK DebugMon_Handler
156-
SECTION .text:CODE:NOROOT:REORDER(1)
157-
DebugMon_Handler
158-
B DebugMon_Handler
159-
160-
161155
PUBWEAK PendSV_Handler
162156
SECTION .text:CODE:NOROOT:REORDER(1)
163157
PendSV_Handler

0 commit comments

Comments
 (0)