Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SPIne CH_Communicatuin_Test CH_Communicatuin_Test2 MCP_SPIne ... more
Fork of mbed-dev-f303 by
Diff: cmsis/TOOLCHAIN_IAR/cmain.S
- Revision:
- 168:9672193075cf
- Parent:
- 166:c97ed07ec1a8
--- a/cmsis/TOOLCHAIN_IAR/cmain.S Wed Jun 21 17:46:44 2017 +0100
+++ b/cmsis/TOOLCHAIN_IAR/cmain.S Thu Jul 06 15:42:05 2017 +0100
@@ -46,6 +46,7 @@
EXTERN exit
EXTERN __iar_dynamic_initialization
EXTERN mbed_sdk_init
+ EXTERN mbed_main
EXTERN SystemInit
THUMB
@@ -87,6 +88,10 @@
FUNCALL __cmain, __iar_argc_argv
BL __iar_argc_argv ; Maybe setup command line
+ MOVS r0,#0 ; No parameters
+ FUNCALL __cmain, mbed_main
+ BL mbed_main
+
FUNCALL __cmain, main
BL main
_main:
