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:
128:9bcdf88f62b0
--- a/TARGET_NUMAKER_PFM_M453/TARGET_NUVOTON/nu_bitutil.h	Fri Sep 15 14:46:57 2017 +0100
+++ b/TARGET_NUMAKER_PFM_M453/TARGET_NUVOTON/nu_bitutil.h	Mon Oct 02 15:20:36 2017 +0100
@@ -17,6 +17,9 @@
 #ifndef NU_BIT_UTIL_H
 #define NU_BIT_UTIL_H
 
+#if defined(__ICCARM__) && defined(TARGET_M0)
+#include <arm_math.h>
+#endif
 #include "cmsis.h"
 
 #ifdef __cplusplus