diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-08-13 09:57:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-08-13 09:57:10 +0000 |
commit | d8b4ba3e592d490fb1572a07b6c48d7ba6c02687 (patch) | |
tree | ba765697f2a0c3c89e146fba8230676ef571cac9 /os/hal/ports/STM32/STM32F7xx | |
parent | 82ed9f3093c6eee305364314d891f73d64507ce0 (diff) | |
download | ChibiOS-d8b4ba3e592d490fb1572a07b6c48d7ba6c02687.tar.gz ChibiOS-d8b4ba3e592d490fb1572a07b6c48d7ba6c02687.tar.bz2 ChibiOS-d8b4ba3e592d490fb1572a07b6c48d7ba6c02687.zip |
Added cache handling to DMAv2 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8209 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F7xx')
-rw-r--r-- | os/hal/ports/STM32/STM32F7xx/hal_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index f76260825..4cc49e554 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -1877,6 +1877,7 @@ /* Various helpers.*/
#include "nvic.h"
+#include "mpu.h"
#include "stm32_dma.h"
#include "stm32_rcc.h"
|