diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-21 11:51:52 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-21 11:51:52 +0000 |
commit | 4cdddfb675743ec724f0e1d72ffd21c7b76604f9 (patch) | |
tree | 2d25120dbe1986167a77f04b8371b91a0243bbbd /os/hal | |
parent | 3385f4899fd4ada96ac0d54e86f1a175ddc8c26a (diff) | |
download | ChibiOS-4cdddfb675743ec724f0e1d72ffd21c7b76604f9.tar.gz ChibiOS-4cdddfb675743ec724f0e1d72ffd21c7b76604f9.tar.bz2 ChibiOS-4cdddfb675743ec724f0e1d72ffd21c7b76604f9.zip |
BKPSRAM. Updated halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6015 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/templates/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index f879c03b3..ff608b7a6 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -125,6 +125,13 @@ #endif
/**
+ * @brief Enables the BKPSRAM subsystem.
+ */
+#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
+#define HAL_USE_BKPSRAM FALSE
+#endif
+
+/**
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
|