Skip to content

Commit 5e7c9dd

Browse files
Modify system entry functions
1 parent 0c99359 commit 5e7c9dd

14 files changed

Lines changed: 14 additions & 14 deletions

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ LoopFillZerobss:
9797
/* Call static constructors */
9898
bl __libc_init_array
9999
/* Call the application's entry point.*/
100-
bl main
100+
bl entry
101101
bx lr
102102
.size Reset_Handler, .-Reset_Handler
103103

0 commit comments

Comments
 (0)