From cf7e66ddaed1f5f0e02b79a691a84a3dbae72348 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Wed, 30 Oct 2019 13:35:59 +0100 Subject: Updating halconf_community.h for demos/testhal --- testhal/STM32/STM32F3xx/OPAMP/halconf_community.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'testhal/STM32/STM32F3xx/OPAMP') diff --git a/testhal/STM32/STM32F3xx/OPAMP/halconf_community.h b/testhal/STM32/STM32F3xx/OPAMP/halconf_community.h index 41bc0df..d56022f 100644 --- a/testhal/STM32/STM32F3xx/OPAMP/halconf_community.h +++ b/testhal/STM32/STM32F3xx/OPAMP/halconf_community.h @@ -31,6 +31,20 @@ #define HAL_USE_FSMC FALSE #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. */ -- cgit v1.2.3