Skip to content

Commit 580c7cb

Browse files
committed
STM32L053x8: cleanup ARM compiler files
1 parent 9b8bb9e commit 580c7cb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/TOOLCHAIN_ARM_MICRO/startup_stm32l053xx.S

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ __Vectors DCD __initial_sp ; Top of Stack
128128
DCD RNG_LPUART1_IRQHandler ; RNG and LPUART1
129129
DCD LCD_IRQHandler ; LCD
130130
DCD USB_IRQHandler ; USB
131-
131+
132132
__Vectors_End
133133

134134
__Vectors_Size EQU __Vectors_End - __Vectors
@@ -139,7 +139,7 @@ __Vectors_Size EQU __Vectors_End - __Vectors
139139
Reset_Handler PROC
140140
EXPORT Reset_Handler [WEAK]
141141
IMPORT __main
142-
IMPORT SystemInit
142+
IMPORT SystemInit
143143
LDR R0, =SystemInit
144144
BLX R0
145145
LDR R0, =__main
@@ -213,7 +213,7 @@ TSC_IRQHandler
213213
DMA1_Channel1_IRQHandler
214214
DMA1_Channel2_3_IRQHandler
215215
DMA1_Channel4_5_6_7_IRQHandler
216-
ADC1_COMP_IRQHandler
216+
ADC1_COMP_IRQHandler
217217
LPTIM1_IRQHandler
218218
TIM2_IRQHandler
219219
TIM6_DAC_IRQHandler

targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/TOOLCHAIN_ARM_MICRO/stm32l053c8.sct renamed to targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/TOOLCHAIN_ARM_MICRO/stm32l053x8.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2929

30-
; STM32L053C8: 64KB FLASH (0x10000) + 8KB RAM (0x2000)
30+
; 64KB FLASH (0x10000) + 8KB RAM (0x2000)
3131
LR_IROM1 0x08000000 0x10000 { ; load region size_region
3232

3333
ER_IROM1 0x08000000 0x10000 { ; load address = execution address

targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/TOOLCHAIN_ARM_STD/stm32l053c8.sct renamed to targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/TOOLCHAIN_ARM_STD/stm32l053x8.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2929

30-
; STM32L053C8: 64KB FLASH (0x10000) + 8KB RAM (0x2000)
30+
; 64KB FLASH (0x10000) + 8KB RAM (0x2000)
3131
LR_IROM1 0x08000000 0x10000 { ; load region size_region
3232

3333
ER_IROM1 0x08000000 0x10000 { ; load address = execution address

0 commit comments

Comments
 (0)