From 0feccaa469f45228e82d25165c3d51c41a435eb4 Mon Sep 17 00:00:00 2001 From: barthess Date: Fri, 13 Mar 2015 23:53:00 +0300 Subject: [PATCH] EICU. Updated authors. --- os/hal/include/eicu.h | 4 ++++ os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c | 4 ++++ os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h | 6 +++++- os/hal/src/eicu.c | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/os/hal/include/eicu.h b/os/hal/include/eicu.h index a4ab30fb..a4fb3422 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 8b03da65..ff629284 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 45d9b4ef..3c957205 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 6088b8f6..102b3469 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