aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-05-01 02:25:32 +0200
committerNicolas Reinecke <nr@das-labor.org>2016-05-01 03:28:40 +0200
commit65ba371306b8e4ab07aa7936a132610df14eea3d (patch)
treea89d836d6671d4ced21a99cf9229ed9f4e86614b /demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
parent311adb852907518c4d76cc48b3ea1d960b83b195 (diff)
downloadChibiOS-Contrib-65ba371306b8e4ab07aa7936a132610df14eea3d.tar.gz
ChibiOS-Contrib-65ba371306b8e4ab07aa7936a132610df14eea3d.tar.bz2
ChibiOS-Contrib-65ba371306b8e4ab07aa7936a132610df14eea3d.zip
fix warnings in STM32 projects because of missing configs
Diffstat (limited to 'demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
index 4156dbf..cf1289f 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
@@ -45,6 +45,28 @@
#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. */
/*===========================================================================*/