summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pwm.c
Commit message (Expand)AuthorAgeFilesLines
* Add an upper half watchdog timer driverpatacongo2012-04-131-2/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Fix the STM32 PWM driver pulse count logicpatacongo2012-01-111-1/+4
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-18/+236
* First round of PWM driver debug changespatacongo2011-12-201-2/+48
* Remove the PWM pulse count method. It can't be support on current hardwarepatacongo2011-12-191-13/+0
* Add generic, upper-half PWM driverpatacongo2011-12-161-0/+422