summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_qencoder.c
Commit message (Expand)AuthorAgeFilesLines
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-1/+1
* Qencoder fixes from Ryan Sundbergpatacongo2012-11-141-0/+1
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-301-1/+3
* Fix conditional compilation in STM32 quadrature encoderpatacongo2012-05-251-1/+1
* Add peripheral support for the STM32 F2 familypatacongo2012-03-101-4/+4
* STM32 Quad Encoder bug fixespatacongo2012-02-281-4/+16
* Overflow position offset not needed if we have only 32-bit counterspatacongo2012-02-281-0/+18
* Add support for mixed 16- and 32-bit timerspatacongo2012-02-281-30/+140
* Misc quad encoder updatespatacongo2012-02-251-1/+1
* STM32 quad encoder: Don't calculate the timer prescaler value at runtime; pre...patacongo2012-02-251-23/+39
* Fixes for the STM32 quadrature encoderpatacongo2012-02-251-11/+35
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-1/+1
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-211-5/+12
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-151-9/+8
* Initial fleshing out of the STM32 quadrature encoder driverpatacongo2012-02-141-28/+339
* More STM32 quadrature encoder codepatacongo2012-02-141-18/+525
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-141-0/+222