mbed library sources. Supersedes mbed-src.

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

Revision:
189:f392fc9709a3
Parent:
188:bcfe06ba3d64
--- a/cmsis/TARGET_CORTEX_M/mbed_tz_context.c	Thu Nov 08 11:46:34 2018 +0000
+++ b/cmsis/TARGET_CORTEX_M/mbed_tz_context.c	Wed Feb 20 22:31:08 2019 +0000
@@ -22,6 +22,8 @@
  * limitations under the License.
  */
 
+#if !TARGET_TFM
+
 #if defined (__ARM_FEATURE_CMSE) &&  (__ARM_FEATURE_CMSE == 3U)
 
 #include "RTE_Components.h"
@@ -201,3 +203,5 @@
   return 1U;    // Success
 }
 #endif
+
+#endif // !TARGET_TFM