aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-12-06 22:24:45 +0300
committerbarthess <barthess@yandex.ru>2014-12-06 22:24:45 +0300
commitac3088abef939092865b61181b81f1840569cf69 (patch)
treebb8071b86944930dd177111a1ba551d97b23f1d9 /testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
parent96bf25d2de1c3d57e77f7769f6b3f423ed1d0d04 (diff)
downloadChibiOS-Contrib-ac3088abef939092865b61181b81f1840569cf69.tar.gz
ChibiOS-Contrib-ac3088abef939092865b61181b81f1840569cf69.tar.bz2
ChibiOS-Contrib-ac3088abef939092865b61181b81f1840569cf69.zip
Testhal improvements
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h b/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
index cc44f87..5589f94 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
+++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
@@ -304,13 +304,6 @@
#define STM32_USB_OTGFIFO_FILL_BASEPRI 0
/*
- * FSMC driver system settings.
+ * header for community drivers.
*/
-#define STM32_FSMC_USE_FSMC1 TRUE
-#define STM32_FSMC_FSMC1_IRQ_PRIORITY 10
-
-/*
- * FSMC SDRAM driver system settings.
- */
-#define STM32_USE_FSMC_SDRAM TRUE
-#define STM32_SDRAM_USE_FSMC_SDRAM1 TRUE
+#include "mcuconf_community.h"