aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/ext/CMSIS/KINETIS/kl25z.h1
-rw-r--r--os/ext/CMSIS/KINETIS/mk20d5.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/os/ext/CMSIS/KINETIS/kl25z.h b/os/ext/CMSIS/KINETIS/kl25z.h
index 8428f36fe..ab5415a8a 100644
--- a/os/ext/CMSIS/KINETIS/kl25z.h
+++ b/os/ext/CMSIS/KINETIS/kl25z.h
@@ -84,6 +84,7 @@ typedef enum IRQn
* in @ref Library_configuration_section
*/
#define __MPU_PRESENT 0
+#define __VTOR_PRESENT 1
#define __NVIC_PRIO_BITS 2
#define __Vendor_SysTickConfig 0
diff --git a/os/ext/CMSIS/KINETIS/mk20d5.h b/os/ext/CMSIS/KINETIS/mk20d5.h
index c0aeb7169..aa7072366 100644
--- a/os/ext/CMSIS/KINETIS/mk20d5.h
+++ b/os/ext/CMSIS/KINETIS/mk20d5.h
@@ -103,6 +103,7 @@ typedef enum IRQn
* in @ref Library_configuration_section
*/
#define __MPU_PRESENT 0
+#define __FPU_PRESENT 0
#define __NVIC_PRIO_BITS 4
#define __Vendor_SysTickConfig 0