summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen/tc_main.c
Commit message (Expand)AuthorAgeFilesLines
* When boardctl() fails, need to print errno not the returned value which will ...Gregory Nutt2015-04-161-2/+2
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-3/+4
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-251-2/+2
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-34/+34
* 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
* Remove some warnings introduced with the last changeGregory Nutt2014-04-141-1/+3
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-0/+6
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-0/+3
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-101-2/+49
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-3/+3
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-011-3/+3
* 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-19/+11
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-1/+3
* Fix PIC32 error in last check-inpatacongo2011-11-251-1/+1
* Fix an error when the touchscreen test is run as an NSH built-inpatacongo2011-09-301-2/+6
* Add sim touchscreen bugfixespatacongo2011-09-291-7/+7
* Add debug instrumentationpatacongo2011-09-291-0/+9
* apps/examples/touchscreen build fixespatacongo2011-09-291-2/+2
* Add logic to limit the number of samplespatacongo2011-09-291-2/+4
* Add a simple touchscreen testpatacongo2011-09-291-0/+199