summaryrefslogtreecommitdiff
path: root/apps/examples/pwm/pwm_main.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to issues noted by cppcheckGregory Nutt2014-11-251-4/+4
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-38/+38
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* More trailing whilespace removalGregory Nutt2014-04-131-4/+4
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-1/+1
* apps/examples/pwm: Clean up some configuration confusionGregory Nutt2013-09-051-4/+4
* Fixes for warnings from Freddie Chopinpatacongo2012-11-011-0/+1
* Add configurable application entry pointpatacongo2012-08-301-1/+1
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-301-11/+47
* Fix some multiply defined symbols by making some staticpatacongo2012-03-131-3/+3
* Add definitions for another Sure Elec. PIC32 boardpatacongo2012-01-121-1/+1
* Correct GPIO dump outputpatacongo2012-01-101-1/+1
* Add pulse count support to apps/examples/pwmpatacongo2012-01-091-14/+58
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-1/+1
* First round of PWM driver debug changespatacongo2011-12-201-1/+7
* Add a test for PWM driverspatacongo2011-12-191-0/+308