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

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
61:5e5da4a5990b
Parent:
59:0883845fe643
Child:
65:5798e58a58b1
--- a/semihost_api.h	Tue Feb 19 10:00:15 2013 +0000
+++ b/semihost_api.h	Tue Mar 05 17:59:57 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 (