aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-08 09:12:47 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-08 09:12:47 +0000
commitfbc0d4b082178ac1018586f0efa0f3f4160355f8 (patch)
tree9af8cf74677c544167667264c5ad7ce955fc6d90 /os/hal/ports/STM32/STM32F4xx
parent7761387ba0a0ac206b7e5ab133462c29882b63bd (diff)
downloadChibiOS-fbc0d4b082178ac1018586f0efa0f3f4160355f8.tar.gz
ChibiOS-fbc0d4b082178ac1018586f0efa0f3f4160355f8.tar.bz2
ChibiOS-fbc0d4b082178ac1018586f0efa0f3f4160355f8.zip
Unified MPU handler.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11234 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/hal_lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/hal_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
index e9ce800b4..12356cbf3 100644
--- a/os/hal/ports/STM32/STM32F4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
@@ -1990,6 +1990,8 @@
/* Various helpers.*/
#include "nvic.h"
+#include "cache.h"
+#include "mpu_v7m.h"
#include "stm32_isr.h"
#include "stm32_dma.h"
#include "stm32_rcc.h"