aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-09 18:28:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-09 18:28:29 +0000
commit7041c5b167918def8ad906cbd9a46d73acc73c56 (patch)
tree3ce109d0f20448364fbb908fcbe6ed413c3454e6 /os/hal/platforms
parentda38ec03db0391378811e0214bf039feea6d79f3 (diff)
downloadChibiOS-7041c5b167918def8ad906cbd9a46d73acc73c56.tar.gz
ChibiOS-7041c5b167918def8ad906cbd9a46d73acc73c56.tar.bz2
ChibiOS-7041c5b167918def8ad906cbd9a46d73acc73c56.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld.h5
-rw-r--r--os/hal/platforms/STM32F2xx/hal_lld.h5
-rw-r--r--os/hal/platforms/STM32F4xx/hal_lld.h5
-rw-r--r--os/hal/platforms/STM32L1xx/hal_lld.h5
4 files changed, 20 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld.h b/os/hal/platforms/STM32F1xx/hal_lld.h
index ad6f117c8..0d5f0d712 100644
--- a/os/hal/platforms/STM32F1xx/hal_lld.h
+++ b/os/hal/platforms/STM32F1xx/hal_lld.h
@@ -50,6 +50,11 @@
/*===========================================================================*/
/**
+ * @brief Defines the support for realtime counters in the HAL.
+ */
+#define HAL_IMPLEMENTS_COUNTERS TRUE
+
+/**
* @name Internal clock sources
* @{
*/
diff --git a/os/hal/platforms/STM32F2xx/hal_lld.h b/os/hal/platforms/STM32F2xx/hal_lld.h
index 4f8272c97..84861fa33 100644
--- a/os/hal/platforms/STM32F2xx/hal_lld.h
+++ b/os/hal/platforms/STM32F2xx/hal_lld.h
@@ -45,6 +45,11 @@
/*===========================================================================*/
/**
+ * @brief Defines the support for realtime counters in the HAL.
+ */
+#define HAL_IMPLEMENTS_COUNTERS TRUE
+
+/**
* @name Platform identification
* @{
*/
diff --git a/os/hal/platforms/STM32F4xx/hal_lld.h b/os/hal/platforms/STM32F4xx/hal_lld.h
index 5215e0e0c..1e5d4947b 100644
--- a/os/hal/platforms/STM32F4xx/hal_lld.h
+++ b/os/hal/platforms/STM32F4xx/hal_lld.h
@@ -45,6 +45,11 @@
/*===========================================================================*/
/**
+ * @brief Defines the support for realtime counters in the HAL.
+ */
+#define HAL_IMPLEMENTS_COUNTERS TRUE
+
+/**
* @name Platform identification
* @{
*/
diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h
index c56b8efa3..336e91f47 100644
--- a/os/hal/platforms/STM32L1xx/hal_lld.h
+++ b/os/hal/platforms/STM32L1xx/hal_lld.h
@@ -44,6 +44,11 @@
/*===========================================================================*/
/**
+ * @brief Defines the support for realtime counters in the HAL.
+ */
+#define HAL_IMPLEMENTS_COUNTERS TRUE
+
+/**
* @name Platform identification
* @{
*/