Why an STM32F4xx-specific feature in halconf.h?

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6016 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-07-21 12:41:44 +00:00
parent 4cdddfb675
commit 4301222a44
22 changed files with 1 additions and 148 deletions

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -124,13 +124,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -115,7 +115,7 @@
#endif
/**
* @brief Enables the BKPSRAM subsystem.
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM TRUE

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC TRUE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -107,13 +107,6 @@
#define HAL_USE_RTC TRUE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -107,13 +107,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM FALSE
#endif
/**
* @brief Enables the SDC subsystem.
*/