aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/include/eicu.h4
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c4
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h6
-rw-r--r--os/hal/src/eicu.c4
4 files changed, 17 insertions, 1 deletions
diff --git a/os/hal/include/eicu.h b/os/hal/include/eicu.h
index a4ab30f..a4fb342 100644
--- a/os/hal/include/eicu.h
+++ b/os/hal/include/eicu.h
@@ -17,6 +17,10 @@
Rewritten by Emil Fresk (1/5 - 2014) for extended input capture
functionality. And fix for spurious callbacks in the interrupt handler.
*/
+/*
+ Improved by Uladzimir Pylinsky aka barthess (1/3 - 2015) for support of
+ 32-bit timers and timers with single capture/compare channels.
+*/
#ifndef _EICU_H_
#define _EICU_H_
diff --git a/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c
index 8b03da6..ff62928 100644
--- a/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c
+++ b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c
@@ -21,6 +21,10 @@
Rewritten by Emil Fresk (1/5 - 2014) for extended input capture
functionality. And fix for spurious callbacks in the interrupt handler.
*/
+/*
+ Improved by Uladzimir Pylinsky aka barthess (1/3 - 2015) for support of
+ 32-bit timers and timers with single capture/compare channels.
+*/
/*
* Hardware Abstraction Layer for Extended Input Capture Unit
diff --git a/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h
index 45d9b4e..3c95720 100644
--- a/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h
+++ b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h
@@ -17,7 +17,11 @@
Rewritten by Emil Fresk (1/5 - 2014) for extended input capture
functionality. And fix for spurious callbacks in the interrupt handler.
*/
-
+/*
+ Improved by Uladzimir Pylinsky aka barthess (1/3 - 2015) for support of
+ 32-bit timers and timers with single capture/compare channels.
+*/
+
#ifndef __EICU_LLD_H
#define __EICU_LLD_H
diff --git a/os/hal/src/eicu.c b/os/hal/src/eicu.c
index 6088b8f..102b346 100644
--- a/os/hal/src/eicu.c
+++ b/os/hal/src/eicu.c
@@ -17,6 +17,10 @@
Rewritten by Emil Fresk (1/5 - 2014) for extended input capture
functionality. And fix for spurious callbacks in the interrupt handler.
*/
+/*
+ Improved by Uladzimir Pylinsky aka barthess (1/3 - 2015) for support of
+ 32-bit timers and timers with single capture/compare channels.
+*/
/*
* Hardware Abstraction Layer for Extended Input Capture Unit