summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_touchscreen.c
Commit message (Expand)AuthorAgeFilesLines
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-4/+5
* Restore up_internal.h. Changes its name was a bad idea... at least for nowGregory Nutt2014-09-301-1/+1
* simulation: Add a simulatied UART input device. Also lots of misc clean-up f...Gregory Nutt2014-09-301-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-3/+3
* Email address change in nuttx/patacongo2012-09-131-1/+1
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-4/+4
* More NxWM touchscreen fixespatacongo2012-05-101-0/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Remove a couple of warningspatacongo2012-02-081-3/+1
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-291-10/+5
* Use XGrapButton, not XGrabPointerpatacongo2011-09-291-39/+2
* Add sim touchscreen bugfixespatacongo2011-09-291-12/+14
* Add debug instrumentationpatacongo2011-09-291-9/+47
* Add a simple touchscreen testpatacongo2011-09-291-1/+1
* Simulated touchscreen debug fixespatacongo2011-09-281-5/+70
* Remove some warningspatacongo2011-09-281-3/+0
* Change X11 event loop initializationpatacongo2011-09-281-7/+2
* Fix NXFFS compilation errorpatacongo2011-09-281-17/+21
* Add a simulated touchscreen driverpatacongo2011-09-281-0/+753