summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen/tc_main.c
Commit message (Collapse)AuthorAgeFilesLines
* When boardctl() fails, need to print errno not the returned value which will ↵Gregory Nutt2015-04-161-2/+2
| | | | always be -1.
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-311-3/+4
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* 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 ↵Gregory Nutt2014-04-141-0/+6
| | | | or is not an architecture-specific initialization function
* 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 ↵Gregory Nutt2014-02-101-2/+49
| | | | that it can handle multple buttons and continuously reports positional data so that it can control a cursor
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-121-3/+3
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* More naming changes associated with earlier renaming of LP17xx ↵patacongo2013-04-011-3/+3
| | | | | | up_spiinitialize; LPC178x SSP support; Open1788 SSP and touchscreen support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5811 42af7a65-404d-4744-a932-0658087f49c3
* USB device drivers: Add hooks to to use common, external DMA buffer ↵patacongo2012-09-131-1/+1
| | | | | | allocation implementation.. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5142 42af7a65-404d-4744-a932-0658087f49c3
* Add configurable application entry pointpatacongo2012-08-301-19/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4715 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 error in last check-inpatacongo2011-11-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4125 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error when the touchscreen test is run as an NSH built-inpatacongo2011-09-301-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4002 42af7a65-404d-4744-a932-0658087f49c3
* Add sim touchscreen bugfixespatacongo2011-09-291-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3999 42af7a65-404d-4744-a932-0658087f49c3
* Add debug instrumentationpatacongo2011-09-291-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3998 42af7a65-404d-4744-a932-0658087f49c3
* apps/examples/touchscreen build fixespatacongo2011-09-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3997 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to limit the number of samplespatacongo2011-09-291-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3996 42af7a65-404d-4744-a932-0658087f49c3
* Add a simple touchscreen testpatacongo2011-09-291-0/+199
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3995 42af7a65-404d-4744-a932-0658087f49c3