Skip to content

Commit 2ae8a05

Browse files
committed
[update] bl main to bl entry
1 parent c820ae1 commit 2ae8a05

File tree

213 files changed

+213
-213
lines changed

Some content is hidden

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

213 files changed

+213
-213
lines changed

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x6.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LoopFillZerobss:
8888
/* Call static constructors */
8989
bl __libc_init_array
9090
/* Call the application's entry point.*/
91-
bl main
91+
bl entry
9292

9393
LoopForever:
9494
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x8.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LoopFillZerobss:
8888
/* Call static constructors */
8989
bl __libc_init_array
9090
/* Call the application's entry point.*/
91-
bl main
91+
bl entry
9292

9393
LoopForever:
9494
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030xc.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LoopFillZerobss:
8888
/* Call static constructors */
8989
bl __libc_init_array
9090
/* Call the application's entry point.*/
91-
bl main
91+
bl entry
9292

9393
LoopForever:
9494
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f031x6.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LoopFillZerobss:
8888
/* Call static constructors */
8989
bl __libc_init_array
9090
/* Call the application's entry point.*/
91-
bl main
91+
bl entry
9292

9393
LoopForever:
9494
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f038xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LoopFillZerobss:
8888
/* Call static constructors */
8989
bl __libc_init_array
9090
/* Call the application's entry point.*/
91-
bl main
91+
bl entry
9292

9393
LoopForever:
9494
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f042x6.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ LoopFillZerobss:
118118
/* Call static constructors */
119119
bl __libc_init_array
120120
/* Call the application's entry point.*/
121-
bl main
121+
bl entry
122122

123123
LoopForever:
124124
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f048xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LoopFillZerobss:
8888
/* Call static constructors */
8989
bl __libc_init_array
9090
/* Call the application's entry point.*/
91-
bl main
91+
bl entry
9292

9393
LoopForever:
9494
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f051x8.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LoopFillZerobss:
8888
/* Call static constructors */
8989
bl __libc_init_array
9090
/* Call the application's entry point.*/
91-
bl main
91+
bl entry
9292

9393
LoopForever:
9494
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f058xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LoopFillZerobss:
8888
/* Call static constructors */
8989
bl __libc_init_array
9090
/* Call the application's entry point.*/
91-
bl main
91+
bl entry
9292

9393
LoopForever:
9494
b LoopForever

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070x6.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ LoopFillZerobss:
118118
/* Call static constructors */
119119
bl __libc_init_array
120120
/* Call the application's entry point.*/
121-
bl main
121+
bl entry
122122

123123
LoopForever:
124124
b LoopForever

0 commit comments

Comments
 (0)