diff options
author | barthess <barthess@yandex.ru> | 2015-03-13 23:53:00 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-03-13 23:53:00 +0300 |
commit | 0feccaa469f45228e82d25165c3d51c41a435eb4 (patch) | |
tree | 7df6209137ece35422691c68cdeea3e33416aac7 /os/hal/src | |
parent | 6398d0d351113deee123985f52ea288b74e6b2e7 (diff) | |
download | ChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.tar.gz ChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.tar.bz2 ChibiOS-Contrib-0feccaa469f45228e82d25165c3d51c41a435eb4.zip |
EICU. Updated authors.
Diffstat (limited to 'os/hal/src')
-rw-r--r-- | os/hal/src/eicu.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 |