mbed library sources. Supersedes mbed-src.

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

Revision:
174:b96e65c34a4d
Parent:
167:e84263d55307
--- a/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/cmsis_nvic.h	Fri Sep 15 14:59:18 2017 +0100
+++ b/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/cmsis_nvic.h	Mon Oct 02 15:33:19 2017 +0100
@@ -8,7 +8,7 @@
 #define NVIC_NUM_VECTORS        (16 + EXT_IRQ_COUNT)     // CORE + MCU Peripherals
 
 /* For GCC, use dynamic vector table placement since otherwise we run into an alignment conflict */
-#if (defined (__GNUC__) && (!defined(__CC_ARM)))
+#if (defined (__GNUC__) && (!defined(__CC_ARM) && (!defined(__ARMCC_VERSION))))
 extern uint32_t __start_vector_table__;       // Dynamic vector positioning in GCC
 #define NVIC_RAM_VECTOR_ADDRESS (&__start_vector_table__)
 #else