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:
parent
4cdddfb675
commit
4301222a44
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -124,13 +124,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
* @brief Enables the RTC subsystem.
|
||||||
*/
|
*/
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
||||||
#define HAL_USE_BKPSRAM TRUE
|
#define HAL_USE_BKPSRAM TRUE
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC TRUE
|
#define HAL_USE_RTC TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -107,13 +107,6 @@
|
||||||
#define HAL_USE_RTC TRUE
|
#define HAL_USE_RTC TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -107,13 +107,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -114,13 +114,6 @@
|
||||||
#define HAL_USE_RTC FALSE
|
#define HAL_USE_RTC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Enables the BKPSRAM subsystem.
|
|
||||||
*/
|
|
||||||
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
|
|
||||||
#define HAL_USE_BKPSRAM FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the SDC subsystem.
|
* @brief Enables the SDC subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue