summaryrefslogtreecommitdiff
path: root/apps/examples/tiff/tiff_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-2/+1
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-1/+1
* Add configurable application entry pointpatacongo2012-08-301-8/+2
* Add a test to determine if you can read data from an LCD correctlypatacongo2011-09-231-1/+1
* TIFF library now passes its unit testpatacongo2011-09-221-4/+33
* Add TIFF unit testpatacongo2011-09-221-0/+145