aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf_community.h
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2016-05-01 12:54:03 +0300
committerUladzimir Pylinski <barthess@yandex.ru>2016-05-01 12:54:03 +0300
commit05a8a76ea0153fb1dded1a92ffc411002c11f612 (patch)
tree4c582c3a8e2cdb35c33d4c1bc45c6fa5c2655ce7 /testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf_community.h
parentecab016be95ecfc51d0e0708d473eaf60f5f0ac7 (diff)
parent09a35652f719e7c21fea4063484625edc4091fe6 (diff)
downloadChibiOS-Contrib-05a8a76ea0153fb1dded1a92ffc411002c11f612.tar.gz
ChibiOS-Contrib-05a8a76ea0153fb1dded1a92ffc411002c11f612.tar.bz2
ChibiOS-Contrib-05a8a76ea0153fb1dded1a92ffc411002c11f612.zip
Merge pull request #66 from pl4nkton/stm32_fixes
Stm32 fixes
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf_community.h')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf_community.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf_community.h b/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf_community.h
index ecc275a..606fed4 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf_community.h
+++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf_community.h
@@ -45,6 +45,27 @@
#define HAL_USE_ONEWIRE FALSE
#endif
+/**
+ * @brief Enables the EICU subsystem.
+ */
+#if !defined(HAL_USE_EICU) || defined(__DOXYGEN__)
+#define HAL_USE_EICU FALSE
+#endif
+
+/**
+ * @brief Enables the CRC subsystem.
+ */
+#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__)
+#define HAL_USE_CRC FALSE
+#endif
+
+/**
+ * @brief Enables the RNG subsystem.
+ */
+#if !defined(HAL_USE_RNG) || defined(__DOXYGEN__)
+#define HAL_USE_RNG FALSE
+#endif
+
/*===========================================================================*/
/* FSMCNAND driver related settings. */
/*===========================================================================*/