Skip to content

Commit 588bda5

Browse files
committed
change gcc statup files
1 parent db23a69 commit 588bda5

26 files changed

+47
-113
lines changed

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l100xb.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/*bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l100xba.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/* bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898
.size Reset_Handler, .-Reset_Handler

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l100xc.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/* bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898
.size Reset_Handler, .-Reset_Handler

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l151xb.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/* bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898
.size Reset_Handler, .-Reset_Handler

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l151xba.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/* bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898
.size Reset_Handler, .-Reset_Handler

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l151xc.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
94-
/* bl __libc_init_array */
93+
bl SystemInit
94+
/* bl __libc_init_array */
9595
/* Call the application's entry point.*/
9696
bl entry
9797
.size Reset_Handler, .-Reset_Handler

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l151xca.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/* bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898
.size Reset_Handler, .-Reset_Handler

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l151xd.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/* bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898
.size Reset_Handler, .-Reset_Handler

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l151xdx.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/* bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898
.size Reset_Handler, .-Reset_Handler

bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc/startup_stm32l151xe.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ LoopFillZerobss:
9090
bcc FillZerobss
9191

9292
/* Call the clock system intitialization function.*/
93-
bl SystemInit
93+
bl SystemInit
9494
/* Call static constructors */
95-
/* bl __libc_init_array */
95+
/* bl __libc_init_array */
9696
/* Call the application's entry point.*/
9797
bl entry
9898
.size Reset_Handler, .-Reset_Handler

0 commit comments

Comments
 (0)