summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_touchscreen.c
Commit message (Collapse)AuthorAgeFilesLines
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-311-4/+5
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* 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 ↵Gregory Nutt2014-09-301-1/+1
| | | | for stylistic compatibility with other architectures
* 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
| | | | but probably some new typos introduced
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ↵patacongo2012-05-111-4/+4
| | | | | | initialization interfaces for all boards git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
* More NxWM touchscreen fixespatacongo2012-05-101-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4719 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Remove a couple of warningspatacongo2012-02-081-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4377 42af7a65-404d-4744-a932-0658087f49c3
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-291-10/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4001 42af7a65-404d-4744-a932-0658087f49c3
* Use XGrapButton, not XGrabPointerpatacongo2011-09-291-39/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4000 42af7a65-404d-4744-a932-0658087f49c3
* Add sim touchscreen bugfixespatacongo2011-09-291-12/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3999 42af7a65-404d-4744-a932-0658087f49c3
* Add debug instrumentationpatacongo2011-09-291-9/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3998 42af7a65-404d-4744-a932-0658087f49c3
* Add a simple touchscreen testpatacongo2011-09-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3995 42af7a65-404d-4744-a932-0658087f49c3
* Simulated touchscreen debug fixespatacongo2011-09-281-5/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3994 42af7a65-404d-4744-a932-0658087f49c3
* Remove some warningspatacongo2011-09-281-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3992 42af7a65-404d-4744-a932-0658087f49c3
* Change X11 event loop initializationpatacongo2011-09-281-7/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3991 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXFFS compilation errorpatacongo2011-09-281-17/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3990 42af7a65-404d-4744-a932-0658087f49c3
* Add a simulated touchscreen driverpatacongo2011-09-281-0/+753
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3989 42af7a65-404d-4744-a932-0658087f49c3