aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-06-28 22:22:01 +0300
committerbarthess <barthess@yandex.ru>2015-06-28 22:22:01 +0300
commit4e98ee4b123bddd22448fef47e02009428bb5f41 (patch)
tree7b39f421131cd62e006efae8824e598690fe1e36 /testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h
parentb7ca6b32d079fb689ab2ac588f8b93d6d8e660b2 (diff)
downloadChibiOS-Contrib-4e98ee4b123bddd22448fef47e02009428bb5f41.tar.gz
ChibiOS-Contrib-4e98ee4b123bddd22448fef47e02009428bb5f41.tar.bz2
ChibiOS-Contrib-4e98ee4b123bddd22448fef47e02009428bb5f41.zip
Added -Wundef key into Makefiles
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h b/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h
index d1afed1..ebcb63d 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h
+++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h
@@ -24,6 +24,7 @@
* FSMC NAND driver system settings.
*/
#define STM32_NAND_USE_FSMC_NAND1 FALSE
+#define STM32_NAND_USE_FSMC_NAND2 FALSE
#define STM32_NAND_USE_EXT_INT FALSE
#define STM32_NAND_DMA_STREAM STM32_DMA_STREAM_ID(2, 7)
#define STM32_NAND_DMA_PRIORITY 0
@@ -33,4 +34,17 @@
* FSMC SRAM driver system settings.
*/
#define STM32_USE_FSMC_SRAM TRUE
+#define STM32_SRAM_USE_FSMC_SRAM1 FALSE
+#define STM32_SRAM_USE_FSMC_SRAM2 FALSE
+#define STM32_SRAM_USE_FSMC_SRAM3 FLASE
#define STM32_SRAM_USE_FSMC_SRAM4 TRUE
+
+/*
+ * FSMC PC card driver system settings.
+ */
+#define STM32_USE_FSMC_PCARD FALSE
+
+/*
+ * FSMC SDRAM driver system settings.
+ */
+#define STM32_USE_FSMC_SDRAM FALSE