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:
152:235179ab3f27
Parent:
138:093f2bd7b9eb
--- a/platform/mbed_semihost_api.h	Fri Sep 15 14:46:57 2017 +0100
+++ b/platform/mbed_semihost_api.h	Mon Oct 02 15:20:36 2017 +0100
@@ -28,7 +28,7 @@
 
 #if DEVICE_SEMIHOST
 
-#ifndef __CC_ARM
+#if !defined(__CC_ARM) && !defined(__ARMCC_VERSION)
 
 #if defined(__ICCARM__)
 static inline int __semihost(int reason, const void *arg) {