aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/TIMv1
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-03-13 23:53:00 +0300
committerbarthess <barthess@yandex.ru>2015-03-13 23:53:00 +0300
commit0feccaa469f45228e82d25165c3d51c41a435eb4 (patch)
tree7df6209137ece35422691c68cdeea3e33416aac7 /os/hal/ports/STM32/LLD/TIMv1
parent6398d0d351113deee123985f52ea288b74e6b2e7 (diff)
downloadChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.tar.gz
ChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.tar.bz2
ChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.zip
EICU. Updated authors.
Diffstat (limited to 'os/hal/ports/STM32/LLD/TIMv1')
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c4
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h6
2 files changed, 9 insertions, 1 deletions
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