summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_pwm.c
Commit message (Expand)AuthorAgeFilesLines
* Fixe the STM32 repetition counter. Setting of the repitition count was out o...patacongo2012-01-161-24/+53
* Increase range of pulse count in PWM driverpatacongo2012-01-161-39/+93
* Fix the STM32 PWM driver pulse count logicpatacongo2012-01-111-12/+56
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-111-0/+11
* Fix CAN callback argumentpatacongo2012-01-101-7/+20
* Finish PWM pulse count configurationpatacongo2012-01-091-4/+4
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-105/+430
* STM32 CAN driver now compilespatacongo2011-12-211-1/+8
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-1/+1
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-1/+1
* Finishes the PWM driver for the STM32patacongo2011-12-201-12/+12
* PWM driver workspatacongo2011-12-201-21/+120
* First round of PWM driver debug changespatacongo2011-12-201-1/+5
* Add a test for PWM driverspatacongo2011-12-191-1/+25
* Remove the PWM pulse count method. It can't be support on current hardwarepatacongo2011-12-191-23/+0
* Completes coding of the PWM modulepatacongo2011-12-191-69/+548
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-161-0/+459