aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/eicu_lld.h
Commit message (Collapse)AuthorAgeFilesLines
* EICU. Deleted code for "fast" capture.barthess2015-03-031-63/+5
| | | | | | Reasons: 1) It duplicates functionality of "vanilla" ICU driver 2) Fast and slow modes are mutually exclided in single timer
* EICU. Cosmetical improvements.barthess2015-03-031-12/+1
|
* EICU now able to capture data on all channelsbarthess2015-03-031-29/+84
|
* EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still ↵barthess2015-03-011-36/+19
| | | | untested.
* EICU. Fixed some typos.barthess2015-03-011-1/+1
|
* Added EICU driver in HAL. Added STM32 backend for EICU.barthess2015-02-281-0/+471