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.

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Tue Mar 05 17:59:57 2013 +0000
Parent:
60:3d0ef94e36ec
Child:
62:7e6c9f46b3bd
Commit message:
[KL25Z] Fix "us_ticker_set_interrupt".
[GCC] Declare "__semihost" as static inline.

Changed in this revision

KL25Z/ARM/mbed.ar Show annotated file Show diff for this revision Revisions of this file
semihost_api.h Show annotated file Show diff for this revision Revisions of this file
Binary file KL25Z/ARM/mbed.ar has changed
--- 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 (