diff options
author | barthess <barthess@yandex.ru> | 2014-11-16 13:51:14 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2014-11-16 13:51:14 +0300 |
commit | 809e59f6c3f667661959317c67b48bdba1603407 (patch) | |
tree | 0b9099bf904c05f35aa2559dddd84dcafe865539 /testhal | |
parent | eb7d78a7e9d27ad3874ae42e9c121459efcdd0d3 (diff) | |
download | ChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.tar.gz ChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.tar.bz2 ChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.zip |
Added hooks for community source
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h | 7 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf.h | 7 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h b/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h index f73801d..81c8fee 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h @@ -31,6 +31,13 @@ #include "mcuconf.h" /** + * @brief Enables the community overlay. + */ +#if !defined(HAL_USE_COMMUNITY) || defined(__DOXYGEN__) +#define HAL_USE_COMMUNITY TRUE +#endif + +/** * @brief Enables the PAL subsystem. */ #if !defined(HAL_USE_PAL) || defined(__DOXYGEN__) diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf.h b/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf.h index aa413e0..35f8130 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf.h +++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/halconf.h @@ -31,6 +31,13 @@ #include "mcuconf.h" /** + * @brief Enables the community overlay. + */ +#if !defined(HAL_USE_COMMUNITY) || defined(__DOXYGEN__) +#define HAL_USE_COMMUNITY TRUE +#endif + +/** * @brief Enables the PAL subsystem. */ #if !defined(HAL_USE_PAL) || defined(__DOXYGEN__) diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h index aa413e0..35f8130 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h +++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h @@ -31,6 +31,13 @@ #include "mcuconf.h" /** + * @brief Enables the community overlay. + */ +#if !defined(HAL_USE_COMMUNITY) || defined(__DOXYGEN__) +#define HAL_USE_COMMUNITY TRUE +#endif + +/** * @brief Enables the PAL subsystem. */ #if !defined(HAL_USE_PAL) || defined(__DOXYGEN__) |