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.

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Sat Feb 23 15:48:17 2013 +0000
Parent:
2:143cac498751
Child:
4:c4bfb462ca53
Commit message:
[GCC toolchains] declare "__semihost" as "static inline"

Changed in this revision

capi/semihost_api.h Show annotated file Show diff for this revision Revisions of this file
--- a/capi/semihost_api.h	Mon Feb 18 11:44:18 2013 +0000
+++ b/capi/semihost_api.h	Sat Feb 23 15:48:17 2013 +0000
@@ -43,7 +43,7 @@
 #   define AngelSWIAsm          swi
 #endif
 
-inline int __semihost(int reason, const void *arg) {
+static inline int __semihost(int reason, const void *arg) {
     int value;
 
     asm volatile (