EICU. Updated authors.

This commit is contained in:
barthess 2015-03-13 23:53:00 +03:00
parent 6398d0d351
commit 0feccaa469
4 changed files with 17 additions and 1 deletions

View File

@ -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_

View File

@ -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

View File

@ -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

View File

@ -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