aboutsummaryrefslogtreecommitdiffstats
path: root/os/ext
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2015-09-14 21:50:51 +0000
committerFabio Utzig <utzig@utzig.org>2015-09-14 21:50:51 +0000
commit0043cad43070888800f7c87d193ead4fd05798d3 (patch)
tree68cfcbfef6124974c3b57f7f2e07f43961c21959 /os/ext
parentb91618cc0ac050d33c8541c5ff4df21eec7a6937 (diff)
downloadChibiOS-0043cad43070888800f7c87d193ead4fd05798d3.tar.gz
ChibiOS-0043cad43070888800f7c87d193ead4fd05798d3.tar.bz2
ChibiOS-0043cad43070888800f7c87d193ead4fd05798d3.zip
[KINETIS] Fixed CMSIS warnings
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8299 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ext')
-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