summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pwm.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-281-3/+3
* More trailing whilespace removalGregory Nutt2014-04-131-5/+5
* Fix various typos in comments. From Alan Carvalho de AssisGregory Nutt2014-04-061-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+4
* 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