aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-30 13:35:59 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-30 13:35:59 +0100
commitcf7e66ddaed1f5f0e02b79a691a84a3dbae72348 (patch)
tree384300c6dd498108241542597cbed7fe08a5dafe /demos
parentf6b1a12ecf14e4c703b18f3d13537e878215e91a (diff)
downloadChibiOS-Contrib-cf7e66ddaed1f5f0e02b79a691a84a3dbae72348.tar.gz
ChibiOS-Contrib-cf7e66ddaed1f5f0e02b79a691a84a3dbae72348.tar.bz2
ChibiOS-Contrib-cf7e66ddaed1f5f0e02b79a691a84a3dbae72348.zip
Updating halconf_community.h for demos/testhal
Diffstat (limited to 'demos')
-rw-r--r--demos/STM32/RT-STM32F303-DISCOVERY-PID/halconf_community.h14
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h14
2 files changed, 28 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F303-DISCOVERY-PID/halconf_community.h b/demos/STM32/RT-STM32F303-DISCOVERY-PID/halconf_community.h
index 631bb9f..246e3cb 100644
--- a/demos/STM32/RT-STM32F303-DISCOVERY-PID/halconf_community.h
+++ b/demos/STM32/RT-STM32F303-DISCOVERY-PID/halconf_community.h
@@ -32,6 +32,20 @@
#endif
/**
+ * @brief Enables the SDRAM subsystem.
+ */
+#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
+#define HAL_USE_SDRAM FALSE
+#endif
+
+/**
+ * @brief Enables the SRAM subsystem.
+ */
+#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
+#define HAL_USE_SRAM FALSE
+#endif
+
+/**
* @brief Enables the NAND subsystem.
*/
#if !defined(HAL_USE_NAND) || defined(__DOXYGEN__)
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
index 2e8b241..2e6d633 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
@@ -32,6 +32,20 @@
#endif
/**
+ * @brief Enables the SDRAM subsystem.
+ */
+#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
+#define HAL_USE_SDRAM FALSE
+#endif
+
+/**
+ * @brief Enables the SRAM subsystem.
+ */
+#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
+#define HAL_USE_SRAM FALSE
+#endif
+
+/**
* @brief Enables the NAND subsystem.
*/
#if !defined(HAL_USE_NAND) || defined(__DOXYGEN__)