mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
187:0387e8f68319
Parent:
174:b96e65c34a4d
--- a/targets/TARGET_NUVOTON/nu_bitutil.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/targets/TARGET_NUVOTON/nu_bitutil.h	Thu Sep 06 13:40:20 2018 +0100
@@ -17,7 +17,7 @@
 #ifndef NU_BIT_UTIL_H
 #define NU_BIT_UTIL_H
 
-#if defined(__ICCARM__) && defined(TARGET_M0)
+#if defined(__ICCARM__) && ( defined(__CORTEX_M0) || defined(__CORTEX_M0P) || defined(__CORTEX_M23))
 #include <arm_math.h>
 #endif
 #include "cmsis.h"