aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
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/include
parent6398d0d351113deee123985f52ea288b74e6b2e7 (diff)
downloadChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.tar.gz
ChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.tar.bz2
ChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.zip
EICU. Updated authors.
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/eicu.h4
1 files changed, 4 insertions, 0 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_