Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added setting qei to value for stm32 | Jakub Kaderka | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | Update STM32 platform makefiles, add per-driver makefiles. | Konstantin Oblaukhov | 2018-09-24 | 1 | -0/+17 |
| | |||||
* | Keep track of STM32 RCC API | Romain Reignier | 2018-03-11 | 3 | -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 testhal | Fabien Poussin | 2018-03-08 | 1 | -12/+12 |
| | |||||
* | Add checks to QEI if STM32 TIM is already used | Andres Vahter | 2017-06-05 | 1 | -4/+54 |
| | |||||
* | [Timcap/Eeprom] Removing ch.h dependencies. | Fabien Poussin | 2017-02-06 | 2 | -2/+0 |
| | |||||
* | change qei types to int16_t | Peter | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | whitespace | Nicolas Reinecke | 2016-11-08 | 1 | -8/+8 |
| | |||||
* | Updated include guards | barthess | 2016-10-17 | 3 | -6/+6 |
| | |||||
* | added qeiAdjustI. added new field and checking in STM32 | Stephane D'Alu | 2016-07-07 | 2 | -0/+69 |
| | |||||
* | qei driver: fix potential overflow in qeiUpdateI | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 |
| | | | | | when quiUpdate isn't called for while an cnt(uint16_t) is above 32767 delta(int16_t) can overflow. | ||||
* | qei driver: change copyright | Nicolas Reinecke | 2016-05-15 | 2 | -4/+4 |
| | |||||
* | add STM32 qei (quadrature encoder interface) driver | Nicolas Reinecke | 2016-05-08 | 2 | -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 ChibiOS | barthess | 2016-04-07 | 4 | -1/+1 |
| | |||||
* | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 2 | -0/+1208 |
| | |||||
* | Fixed typo | barthess | 2015-10-14 | 2 | -2/+2 |
| | |||||
* | FSMC code cleanup | barthess | 2015-10-14 | 2 | -2/+2 |
| | |||||
* | EICU. Fixed incorrect frequency calculation. | barthess | 2015-06-02 | 1 | -2/+2 |
| | | | | | Timers 9, 10, 11 connected to APB2 but constant in driver initialization code was taken for APB1. | ||||
* | Fixed copypaste error in comment | barthess | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | EICU. Updated lld according to chibios updates. | barthess | 2015-03-31 | 1 | -12/+12 |
| | |||||
* | EICU. Updated authors. | barthess | 2015-03-13 | 2 | -1/+9 |
| | |||||
* | EICU. Low level driver moved to TIMv1 directory | barthess | 2015-03-13 | 2 | -0/+1722 |