summaryrefslogtreecommitdiff
path: root/apps/examples/adc/adc_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-251-2/+2
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-25/+25
* 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-2/+2
* apps/examples/adc: Add support for software triggeringGregory Nutt2013-10-251-2/+14
* ADC support for the Shenzhou board from Darcy Gongpatacongo2012-10-131-1/+6
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-041-3/+11
* Add configurable application entry pointpatacongo2012-08-301-19/+11
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-301-31/+178
* Calibrated all PIC32 delay loopspatacongo2011-12-221-1/+1
* Update to the STM32 ADC and CAN driverspatacongo2011-12-221-9/+8
* STM32 ADC driver updatepatacongo2011-12-221-9/+15
* Add a test for PWM driverspatacongo2011-12-191-1/+1
* STM32 ADC updatepatacongo2011-12-171-1/+1
* Fix the data format used in apps/examples/adcpatacongo2011-12-161-8/+9
* Updated STM32 ADC driverpatacongo2011-12-161-9/+14
* Add a framework for an ADC testpatacongo2011-12-141-0/+209