mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Revision:
428:4ddf7f7eabbb
Parent:
412:b8e8b58d8bcd
Child:
441:d2c15dda23c1
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/TOOLCHAIN_GCC_ARM/startup_stm32f072xb.s	Thu Dec 04 07:30:08 2014 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/TOOLCHAIN_GCC_ARM/startup_stm32f072xb.s	Mon Dec 08 07:30:07 2014 +0000
@@ -100,10 +100,9 @@
 /* Call the clock system intitialization function.*/
   bl  SystemInit
 /* Call static constructors */
-//  bl __libc_init_array
+  bl __libc_init_array
 /* Call the application's entry point.*/
-//  bl main
-  bl _start
+  bl main
 
 LoopForever:
     b LoopForever