aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F7xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-27 11:43:17 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-27 11:43:17 +0000
commite4df1ff09dbf2f53accb9f93eacc4c9db15a4c6f (patch)
tree3f35d6e6c2198744f9573fbcee7b05645eec3c4d /os/hal/ports/STM32/STM32F7xx
parentb19f4e38da58ee3a6025775ebcb63b6878904291 (diff)
downloadChibiOS-e4df1ff09dbf2f53accb9f93eacc4c9db15a4c6f.tar.gz
ChibiOS-e4df1ff09dbf2f53accb9f93eacc4c9db15a4c6f.tar.bz2
ChibiOS-e4df1ff09dbf2f53accb9f93eacc4c9db15a4c6f.zip
Improved M7 cache handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8246 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F7xx')
-rw-r--r--os/hal/ports/STM32/STM32F7xx/stm32_registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/stm32_registry.h b/os/hal/ports/STM32/STM32F7xx/stm32_registry.h
index 75ff872c4..ff317028c 100644
--- a/os/hal/ports/STM32/STM32F7xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F7xx/stm32_registry.h
@@ -100,6 +100,7 @@
/* DMA attributes.*/
#define STM32_ADVANCED_DMA TRUE
+#define STM32_DMA_CACHE_HANDLING TRUE
#define STM32_HAS_DMA1 TRUE
#define STM32_DMA1_CH0_HANDLER Vector6C