BKPSRAM. Updated halconf.h files.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6015 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2013-07-21 11:51:52 +00:00
parent 3385f4899f
commit 4cdddfb675
22 changed files with 148 additions and 1 deletions

View File

@ -114,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +124,13 @@
#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,6 +114,13 @@
#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 RTC subsystem.
* @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM TRUE

View File

@ -114,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +107,13 @@
#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,6 +107,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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,6 +114,13 @@
#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.
*/