aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/TIMv1
Commit message (Collapse)AuthorAgeFilesLines
* hal: stm32: Keep track of latest STM32 RCC APIRomain Reignier2018-03-123-25/+25
| | | | | | | RCC API changed in 01/2018 so apply the changes. Note that ae7a4d40b84d8afc999691577210696f16e682f6 partially fixed the changes in QEI module but some were missing. So update the other modules too.
* Fixes for STM32F0 testhalFabien Poussin2018-03-081-12/+12
|
* Add checks to QEI if STM32 TIM is already usedAndres Vahter2017-06-051-4/+54
|
* [Timcap/Eeprom] Removing ch.h dependencies.Fabien Poussin2017-02-062-2/+0
|
* change qei types to int16_tPeter2016-12-051-1/+1
|
* whitespaceNicolas Reinecke2016-11-081-8/+8
|
* Updated include guardsbarthess2016-10-173-6/+6
|
* 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