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:
parent
3385f4899f
commit
4cdddfb675
|
@ -114,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +124,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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 RTC subsystem.
|
* @brief Enables the BKPSRAM 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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +107,13 @@
|
||||||
#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,6 +107,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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,6 +114,13 @@
|
||||||
#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