aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/eicu_lld.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib into HEADbarthess2015-03-131-20/+221
|\
| * EICU. Added support of single channel timers.barthess2015-03-131-0/+205
| * EICU improvements.barthess2015-03-121-20/+16
* | EICU. Minor improvementsbarthess2015-03-131-4/+3
|/
* EICU. Added const qualifier for driver pointer in some functionsbarthess2015-03-051-3/+3
* EICU. Timer widht (16-32 bits) now stored in driver field and detected durign...barthess2015-03-051-6/+14
* EICU. Cosmetical cleanupbarthess2015-03-031-4/+23
* EICU. Deleted code for "fast" capture.barthess2015-03-031-173/+59
* EICU. Cosmetical improvements.barthess2015-03-031-9/+18
* EICU now able to capture data on all channelsbarthess2015-03-031-236/+396
* EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still u...barthess2015-03-011-83/+121
* EICU. Fixed some typos.barthess2015-03-011-1/+1
* Added EICU driver in HAL. Added STM32 backend for EICU.barthess2015-02-281-0/+852