aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-21 13:05:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-21 13:05:16 +0000
commitc5631272e9db64de46b7e7fd67f961f51d230466 (patch)
treeecd59ce29244334b98dbeb0753308bc43dd588bd /os/hal/platforms
parent5bbc0cefcddfa6870b592018fe10c503c2c06aad (diff)
downloadChibiOS-c5631272e9db64de46b7e7fd67f961f51d230466.tar.gz
ChibiOS-c5631272e9db64de46b7e7fd67f961f51d230466.tar.bz2
ChibiOS-c5631272e9db64de46b7e7fd67f961f51d230466.zip
Updated readme.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6019 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/STM32F4xx/hal_lld.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F4xx/hal_lld.h b/os/hal/platforms/STM32F4xx/hal_lld.h
index 0a7291420..95fbf6e5e 100644
--- a/os/hal/platforms/STM32F4xx/hal_lld.h
+++ b/os/hal/platforms/STM32F4xx/hal_lld.h
@@ -597,6 +597,13 @@
#endif
/**
+ * @brief Enables the backup RAM regulator.
+ */
+#if !defined(STM32_BKPRAM_ENABLE) || defined(__DOXYGEN__)
+#define STM32_BKPRAM_ENABLE FALSE
+#endif
+
+/**
* @brief Enables or disables the HSI clock source.
*/
#if !defined(STM32_HSI_ENABLED) || defined(__DOXYGEN__)