aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32F303-DISCOVERY
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-17 10:29:08 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-17 10:29:08 +0000
commite83612c31548f3187d6289a06f823bbbb0225a2a (patch)
treee82ba68240d45e23a78d1084a1af9121899e8678 /demos/STM32/NIL-STM32F303-DISCOVERY
parent9a61b30c8fb071ca5d5688ea3cd952a1cadb9c01 (diff)
downloadChibiOS-e83612c31548f3187d6289a06f823bbbb0225a2a.tar.gz
ChibiOS-e83612c31548f3187d6289a06f823bbbb0225a2a.tar.bz2
ChibiOS-e83612c31548f3187d6289a06f823bbbb0225a2a.zip
Updated mcuconf.h files with I2C no-DMA mode on affected platforms.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7986 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NIL-STM32F303-DISCOVERY')
-rw-r--r--demos/STM32/NIL-STM32F303-DISCOVERY/mcuconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/STM32/NIL-STM32F303-DISCOVERY/mcuconf.h b/demos/STM32/NIL-STM32F303-DISCOVERY/mcuconf.h
index d1582ae8b..a702d51a7 100644
--- a/demos/STM32/NIL-STM32F303-DISCOVERY/mcuconf.h
+++ b/demos/STM32/NIL-STM32F303-DISCOVERY/mcuconf.h
@@ -132,6 +132,7 @@
#define STM32_I2C_BUSY_TIMEOUT 50
#define STM32_I2C_I2C1_IRQ_PRIORITY 10
#define STM32_I2C_I2C2_IRQ_PRIORITY 10
+#define STM32_I2C_USE_DMA TRUE
#define STM32_I2C_I2C1_DMA_PRIORITY 1
#define STM32_I2C_I2C2_DMA_PRIORITY 1
#define STM32_I2C_DMA_ERROR_HOOK(i2cp) osalSysHalt("DMA failure")