aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/TIMv1
Commit message (Collapse)AuthorAgeFilesLines
* added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-072-0/+69
|
* qei driver: fix potential overflow in qeiUpdateINicolas Reinecke2016-05-151-1/+1
| | | | | when quiUpdate isn't called for while an cnt(uint16_t) is above 32767 delta(int16_t) can overflow.
* qei driver: change copyrightNicolas Reinecke2016-05-152-4/+4
|
* add STM32 qei (quadrature encoder interface) driverNicolas Reinecke2016-05-082-0/+640
| | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk.
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-074-1/+1
|
* TIMCAP: Initial commitFabien Poussin2016-02-162-0/+1208
|
* Fixed typobarthess2015-10-142-2/+2
|
* FSMC code cleanupbarthess2015-10-142-2/+2
|
* EICU. Fixed incorrect frequency calculation.barthess2015-06-021-2/+2
| | | | | Timers 9, 10, 11 connected to APB2 but constant in driver initialization code was taken for APB1.
* Fixed copypaste error in commentbarthess2015-06-021-1/+1
|
* EICU. Updated lld according to chibios updates.barthess2015-03-311-12/+12
|
* EICU. Updated authors.barthess2015-03-132-1/+9
|
* EICU. Low level driver moved to TIMv1 directorybarthess2015-03-132-0/+1722